X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fchownat.c;h=7bc763301d9af4c8290881cec4c994bf1bbe72a6;hb=97bf2776a9598318b077991bf3914bcdf5a9fe28;hp=a6d177d36a3fbd0c7f556288f8b84e6713b73ae9;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/tests/test-fchownat.c b/tests/test-fchownat.c index a6d177d36..7bc763301 100644 --- a/tests/test-fchownat.c +++ b/tests/test-fchownat.c @@ -1,5 +1,5 @@ /* Tests of fchownat. - 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 @@ -63,7 +63,7 @@ main (void) int result2; /* Skip because of no lchown support. */ /* Clean up any trash from prior testsuite runs. */ - ASSERT (system ("rm -rf " BASE "*") == 0); + system ("rm -rf " BASE "*"); /* Basic tests. */ result1 = test_chown (do_chown, true);