mirror of
https://github.com/drasko/codezero.git
synced 2026-03-30 00:39:03 +02:00
Updated test pass/fail print messages for test0
This commit is contained in:
@@ -203,11 +203,11 @@ int dirtest(void)
|
||||
if (lsdir("/usr/./././bin//") < 0)
|
||||
goto out_err;
|
||||
|
||||
printf("DIR TEST -- PASSED --\n");
|
||||
printf("DIR TEST -- PASSED --\n");
|
||||
return 0;
|
||||
|
||||
out_err:
|
||||
printf("DIR TEST -- FAILED --\n");
|
||||
printf("DIR TEST -- FAILED --\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user