unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-areadlink.c
index 7521df017c9545689fd2c231ca7f7ebcfdb05160..c3e5822641c1faf5038a2b72f5759bad9805d8c0 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
+#include "ignore-value.h"
 #include "macros.h"
 
 #define BASE "test-areadlink.t"
@@ -46,7 +47,7 @@ int
 main (void)
 {
   /* Remove any leftovers from a previous partial run.  */
-  system ("rm -rf " BASE "*");
+  ignore_value (system ("rm -rf " BASE "*"));
 
   return test_areadlink (do_areadlink, true);
 }