Improve run-tests to accept more output code formats.
[pintos-anon] / grading / userprog / join-twice.c
index 10ccb22050420b4a7121925166dbe66586011bc9..2a80ad78f11d349b27b233c2756eebbd34d07a30 100644 (file)
@@ -6,7 +6,7 @@ main (void)
 {
   pid_t child;
   printf ("(join-twice) begin\n");
-  child = exec ("child-twice");
+  child = exec ("child-simple");
   printf ("(join-twice) join(exec()) = %d\n", join (child));
   join (child);
   printf ("(join-twice) end\n");