X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fdutimensat.c;h=949ca47aa33eed660cd2d85478000bc42cb17174;hb=3220d5c6210870672d55ab27482fcdd1e964d75d;hp=0e7666117ab53e2696297aeaac14f10c5f3728dc;hpb=9c40f34443ba034ee7890ab10c369a903417765d;p=gnulib.git diff --git a/tests/test-fdutimensat.c b/tests/test-fdutimensat.c index 0e7666117..949ca47aa 100644 --- a/tests/test-fdutimensat.c +++ b/tests/test-fdutimensat.c @@ -1,5 +1,5 @@ /* Tests of fdutimensat. - 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 @@ -25,6 +25,7 @@ #include #include +#include "ignore-value.h" #include "macros.h" #define BASE "test-fdutimensat.t" @@ -84,7 +85,7 @@ main (void) int fd; /* Clean up any trash from prior testsuite runs. */ - system ("rm -rf " BASE "*"); + ignore_value (system ("rm -rf " BASE "*")); /* Basic tests. */ result1 = test_utimens (do_utimens, true);