X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-areadlink.c;h=90fa7a0e21216be79bcf56dcb4a5d01b3ccb8f48;hb=dd91a295844a6e89ce67087164ea0f2e979b4b70;hp=272a614cba33098e547ce92c7f71aa04dc936826;hpb=9c40f34443ba034ee7890ab10c369a903417765d;p=gnulib.git diff --git a/tests/test-areadlink.c b/tests/test-areadlink.c index 272a614cb..90fa7a0e2 100644 --- a/tests/test-areadlink.c +++ b/tests/test-areadlink.c @@ -1,5 +1,5 @@ /* Tests of areadlink. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2012 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 @@ -29,6 +29,7 @@ #include #include +#include "ignore-value.h" #include "macros.h" #define BASE "test-areadlink.t" @@ -46,7 +47,7 @@ int main (void) { /* Remove any leftovers from a previous partial run. */ - system ("rm -rf " BASE "*"); + ignore_value (system ("rm -rf " BASE "*")); return test_areadlink (do_areadlink, true); }