remove bogus test
This commit is contained in:
parent
0294e3e290
commit
0517a730db
1 changed files with 0 additions and 6 deletions
|
@ -1005,12 +1005,6 @@ fourteen()
|
|||
exit();
|
||||
}
|
||||
close(fd);
|
||||
|
||||
fd = open("12345678901234555", 0);
|
||||
if(fd >= 0){
|
||||
printf(1, "open 12345678901234555 succeeded!\n");
|
||||
exit();
|
||||
}
|
||||
|
||||
if(mkdir("12345678901234/12345678901234") == 0){
|
||||
printf(1, "mkdir 12345678901234/12345678901234 succeeded!\n");
|
||||
|
|
Loading…
Reference in a new issue