switched string from lt1 to lt4

This commit is contained in:
Zachary Moore 2017-02-16 12:32:34 -05:00 committed by GitHub
parent b8b57b14a6
commit 694062537d

View File

@ -404,7 +404,7 @@ locktest4(int nargs, char **args) {
donesem = NULL; donesem = NULL;
kprintf_t("\n"); kprintf_t("\n");
success(test_status, SECRET, "lt1"); success(test_status, SECRET, "lt4");
return 0; return 0;
} }