More VM tests.
[pintos-anon] / grading / vm / page-merge-seq.c
index b451306d4f64be6631f303ad35d61208b2e6ea8a..306910d964875cea97cb882401bd8c3f9a1516d7 100644 (file)
@@ -55,7 +55,7 @@ sort (void)
       close (fd);
 
       /* Sort with subprocess. */
-      pid_t child = exec ("child-sort");
+      pid_t child = exec ("child-sort buffer");
       if (child == -1) 
         {
           printf ("(page-merge-seq) exec() failed\n");