Improve basic alarm clock test.
[pintos-anon] / grading / threads / run-tests
index 37bc6594f823f8e9ca0d9927ffcf52345ba03c40..096bec0a08285bbf8cc034da210154661680d10d 100755 (executable)
@@ -125,7 +125,7 @@ sub verify_alarm {
 
     local ($_);
     foreach (@output) {
-       die $_ if /Out of order/;
+       die $_ if /out of order/i;
 
        my ($p) = /product=(\d+)$/;
        next if !defined $p;