From: David van Moolenbroek Date: Sun, 20 Sep 2009 18:15:24 +0000 (+0000) Subject: test31 fix X-Git-Tag: v3.1.5~141 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-coverage.html?a=commitdiff_plain;h=0a27cf279ec1eada980a0bccf1debaffb91f8fb2;p=minix.git test31 fix --- 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);