X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-areadlink-with-size.c;h=6aaff67ad68df09e964eb9d13b05fe594c2c1a8a;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=d5f4a0d3eb83117dca91bf7a0c44f716a5bbe233;hpb=9c40f34443ba034ee7890ab10c369a903417765d;p=gnulib.git diff --git a/tests/test-areadlink-with-size.c b/tests/test-areadlink-with-size.c index d5f4a0d3e..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 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); }