X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-futimens.c;h=e555312ede083cc623b153ec2a47d352a2a3a077;hb=84ee3b1cd87b3a9161eee3634c529eb835703fba;hp=99b990332eee361e2364666ff503c6dca8dd4a6f;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-futimens.c b/tests/test-futimens.c index 99b990332..e555312ed 100644 --- a/tests/test-futimens.c +++ b/tests/test-futimens.c @@ -34,6 +34,7 @@ SIGNATURE_CHECK (futimens, int, (int, struct timespec const[2])); #include "stat-time.h" #include "timespec.h" #include "utimecmp.h" +#include "ignore-value.h" #include "macros.h" #define BASE "test-futimens.t" @@ -44,7 +45,7 @@ int main (void) { /* Clean up any trash from prior testsuite runs. */ - system ("rm -rf " BASE "*"); + ignore_value (system ("rm -rf " BASE "*")); return test_futimens (futimens, true); }