X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-futimens.c;h=e555312ede083cc623b153ec2a47d352a2a3a077;hb=e2843e30e8c2885eb8cbc77e20c4e0f4d562d44d;hp=af553a9bcdf33005bbd799d58d90bc327b8dcdd0;hpb=9c40f34443ba034ee7890ab10c369a903417765d;p=gnulib.git diff --git a/tests/test-futimens.c b/tests/test-futimens.c index af553a9bc..e555312ed 100644 --- a/tests/test-futimens.c +++ b/tests/test-futimens.c @@ -1,5 +1,5 @@ /* Tests of futimens. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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); }