]> Zhao Yanbai Git Server - minix.git/commitdiff
test31 fix
authorDavid van Moolenbroek <david@minix3.org>
Sun, 20 Sep 2009 18:15:24 +0000 (18:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 20 Sep 2009 18:15:24 +0000 (18:15 +0000)
test/test31.c

index 59c0fde436d40dabe2874ef88d25941c84bffeec..3acf7275a025b7b8b549cac49fc01a381a741c69 100644 (file)
@@ -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);