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/futimesat-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/futimesat-0.c')
-rw-r--r--tests/futimesat-0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/futimesat-0.c b/tests/futimesat-0.c
index a341e20..0fdc5ef 100644
--- a/tests/futimesat-0.c
+++ b/tests/futimesat-0.c
@@ -1,3 +1,4 @@
+#define CONFIG HAVE_FUTIMESAT
#define FUNC futimesat
#define SFUNC "futimesat"
#define FUNC_STR "%i, \"%s\", %p"