From: rsc Date: Thu, 7 Sep 2006 15:31:40 +0000 (+0000) Subject: remove bogus test X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=0517a730db6e59e31bac11e43fd0ee9de7200b19;p=cs3210-lab1.git remove bogus test --- diff --git a/usertests.c b/usertests.c index 207d246..ab0690f 100644 --- a/usertests.c +++ b/usertests.c @@ -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");