Whamcloud - gitweb
b=19115
authoranserper <anserper>
Wed, 22 Apr 2009 17:07:01 +0000 (17:07 +0000)
committeranserper <anserper>
Wed, 22 Apr 2009 17:07:01 +0000 (17:07 +0000)
i=Johann Lombardi

just check for the oops

lustre/tests/sanity.sh

index 81fc97a..af17bb3 100644 (file)
@@ -1471,9 +1471,9 @@ test_33b() {
         rm -fr $DIR/d33
         mkdir -p $DIR/d33
         chown $RUNAS_ID $DIR/d33
-        $RUNAS $OPENFILE -f 1286739555 $DIR/d33/f33 && error "create" || true
+        $RUNAS $OPENFILE -f 1286739555 $DIR/d33/f33 || true
 }
-run_test 33b "test open file with malformed flags (No panic and return error)"
+run_test 33b "test open file with malformed flags (No panic)"
 
 TEST_34_SIZE=${TEST_34_SIZE:-2000000000000}
 test_34a() {