X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-areadlink-with-size.c;h=6aaff67ad68df09e964eb9d13b05fe594c2c1a8a;hb=25a6731afb775d2fe8ab53ea944158137d458462;hp=ae56883f2359f31a423ac863596a1ece01113900;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-areadlink-with-size.c b/tests/test-areadlink-with-size.c index ae56883f2..6aaff67ad 100644 --- a/tests/test-areadlink-with-size.c +++ b/tests/test-areadlink-with-size.c @@ -1,5 +1,5 @@ /* Tests of areadlink_with_size. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2014 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-with-size.t" @@ -39,7 +40,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 (areadlink_with_size, true); }