test31 fix
This commit is contained in:
parent
1fe1b219c9
commit
0a27cf279e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,6 @@ void test31a()
|
||||||
System("rm -rf ../DIR_31/*");
|
System("rm -rf ../DIR_31/*");
|
||||||
|
|
||||||
/* Check if the file status information is updated correctly */
|
/* Check if the file status information is updated correctly */
|
||||||
System("rm -rf fifo");
|
|
||||||
cnt = 0;
|
cnt = 0;
|
||||||
Stat(".", &dirst);
|
Stat(".", &dirst);
|
||||||
time(&time1);
|
time(&time1);
|
||||||
|
@ -84,6 +83,7 @@ void test31a()
|
||||||
;
|
;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
unlink("fifo");
|
||||||
time(&time1);
|
time(&time1);
|
||||||
if (mkfifo("fifo", 0644) != 0) e(1);
|
if (mkfifo("fifo", 0644) != 0) e(1);
|
||||||
Stat("fifo", &st);
|
Stat("fifo", &st);
|
||||||
|
|
Loading…
Reference in a new issue