Rename to allow complete test directory overwrite.

This commit is contained in:
Geoffrey Challen
2016-01-22 11:18:13 -05:00
parent 98ff530afb
commit 6c7e083827
4 changed files with 4 additions and 3 deletions

View File

@@ -142,11 +142,12 @@ semtest(int nargs, char **args)
(void)args;
inititems();
test_status = SUCCESS;
test_status = FAIL;
tkprintf("Starting semaphore test...\n");
tkprintf("If this hangs, it's broken: ");
P(testsem);
P(testsem);
test_status = SUCCESS;
tkprintf("ok\n");
for (i=0; i<NTHREADS; i++) {