Tests for module 'sin'.
[pspp] / tests / test-mkdirat.c
index d3180e6d5630a18c8a53106b990e682b881ea6cf..9aee33a7d023400f45b6dfaab91942d6fb721d65 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests of mkdirat.
-   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
@@ -51,7 +51,7 @@ main (void)
   int result;
 
   /* Clean up any trash from prior testsuite runs.  */
-  ASSERT (system ("rm -rf " BASE "*") == 0);
+  system ("rm -rf " BASE "*");
 
   /* Test basic mkdir functionality.  */
   result = test_mkdir (do_mkdir, false);