X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-mkfifoat.c;h=0b2018173d0226d17bdd0c0405aee55216a1b3a2;hb=9c40f34443ba034ee7890ab10c369a903417765d;hp=ef3e817c8dfb5d2b0e664cff961bdf06a176a4b1;hpb=fd3a867e03f91196aa121ff196e1bff2340edab4;p=gnulib.git diff --git a/tests/test-mkfifoat.c b/tests/test-mkfifoat.c index ef3e817c8..0b2018173 100644 --- a/tests/test-mkfifoat.c +++ b/tests/test-mkfifoat.c @@ -72,7 +72,7 @@ main (void) int result; /* Remove any leftovers from a previous partial run. */ - ASSERT (system ("rm -rf " BASE "*") == 0); + system ("rm -rf " BASE "*"); /* Basic tests. */ result = test_mkfifo (do_mkfifoat, true);