tests: don't require debug system() to pass
[gnulib.git] / tests / test-areadlinkat.c
index 54e0745..68d7f58 100644 (file)
@@ -50,7 +50,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_areadlink (do_areadlinkat, false);