From 0a27cf279ec1eada980a0bccf1debaffb91f8fb2 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sun, 20 Sep 2009 18:15:24 +0000 Subject: [PATCH] test31 fix --- test/test31.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test31.c b/test/test31.c index 59c0fde43..3acf7275a 100644 --- a/test/test31.c +++ b/test/test31.c @@ -76,7 +76,6 @@ void test31a() System("rm -rf ../DIR_31/*"); /* Check if the file status information is updated correctly */ - System("rm -rf fifo"); cnt = 0; Stat(".", &dirst); time(&time1); @@ -84,6 +83,7 @@ void test31a() ; do { + unlink("fifo"); time(&time1); if (mkfifo("fifo", 0644) != 0) e(1); Stat("fifo", &st); -- 2.44.0