Fix last commit.
[pspp] / tests / test-futimens.c
index 0ee1fe05edeba4649d9ef5185a602e3c9ce2365c..99b990332eee361e2364666ff503c6dca8dd4a6f 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests of futimens.
-   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
@@ -44,7 +44,7 @@ int
 main (void)
 {
   /* Clean up any trash from prior testsuite runs.  */
-  ASSERT (system ("rm -rf " BASE "*") == 0);
+  system ("rm -rf " BASE "*");
 
   return test_futimens (futimens, true);
 }