Fix last commit.
[pspp] / tests / test-mkfifo.c
index 4b4c93b53df0f6166c2b4e4efadfba678d141db8..84f4a8bec9dbe8bf8ac76909bc1a14be99162380 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests of mkfifo.
-   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
@@ -40,7 +40,7 @@ int
 main (void)
 {
   /* Remove any leftovers from a previous partial run.  */
-  ASSERT (system ("rm -rf " BASE "*") == 0);
+  system ("rm -rf " BASE "*");
 
   return test_mkfifo (mkfifo, true);
 }