X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-areadlinkat.c;h=97a6215107c2f6788be8b1d72db73851098f09f9;hb=6815bc73969d38c2226cf6e3366c1e4f4f756ba0;hp=cb5848a1a8fd67225e988070b44a2aa4e00fb3da;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-areadlinkat.c b/tests/test-areadlinkat.c index cb5848a1a..97a621510 100644 --- a/tests/test-areadlinkat.c +++ b/tests/test-areadlinkat.c @@ -1,5 +1,5 @@ /* Tests of areadlinkat. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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-areadlinkat.t" @@ -50,7 +51,7 @@ main (void) int result; /* Remove any leftovers from a previous partial run. */ - system ("rm -rf " BASE "*"); + ignore_value (system ("rm -rf " BASE "*")); /* Basic tests. */ result = test_areadlink (do_areadlinkat, false);