aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-12 18:34:06 -0500
committerMike Frysinger <vapier@gentoo.org>2009-02-12 18:47:21 -0500
commit0c93216363511f5d24bba0ece697b32d59bd78fa (patch)
tree4e158bb160e0be2901070c0ab1211a7f5188cd26 /tests/fchownat-0.c
parentsandbox: check signal returns and allow SIGHUP to be ignored (diff)
downloadsandbox-0c93216363511f5d24bba0ece697b32d59bd78fa.tar.gz
sandbox-0c93216363511f5d24bba0ece697b32d59bd78fa.tar.bz2
sandbox-0c93216363511f5d24bba0ece697b32d59bd78fa.zip
disable tests for unavailable funcs
Not all systems implement the full range of functions we wrap, so we shouldn't require them in the test suite either. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/fchownat-0.c')
-rw-r--r--tests/fchownat-0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fchownat-0.c b/tests/fchownat-0.c
index eef70bb..5cfef45 100644
--- a/tests/fchownat-0.c
+++ b/tests/fchownat-0.c
@@ -1,3 +1,4 @@
+#define CONFIG HAVE_FCHOWNAT
#define FUNC fchownat
#define SFUNC "fchownat"
#define FUNC_STR "%i, \"%s\", %i, %i, %x"