From: anserper Date: Wed, 22 Apr 2009 17:07:01 +0000 (+0000) Subject: b=19115 X-Git-Tag: 1.8.0~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5c275b06d0602f170d7f4f88d86c5005e53cb181;p=fs%2Flustre-release.git b=19115 i=Johann Lombardi just check for the oops --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 81fc97a..af17bb3 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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() {