Fix bogus return value from `pintos' utility when calling Bochs
[pintos-anon] / grading / userprog / run-tests
index b10cb973ebe8c2d59c1d9f0f91a73bd6952d63c5..a13566b2ac2291a3c9afaf2e5315feb02344a689 100755 (executable)
@@ -169,8 +169,7 @@ sub get_file {
                               . "--fs-disk=output/$test/fs.dsk.keep "
                               . "-v get $guest_fn $host_fn",
                               LOG => "$test/get-$guest_fn",
-                              TIMEOUT => 10,
-                              EXPECT => 1);
+                              TIMEOUT => 10);
     die "`pintos get $guest_fn' failed - $result\n"
        if $result ne 'ok';
 }