X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=4df82e199907a2daf09f4ca6cdf7226a969f47a7;hp=a4667c74935de1ca7b82b47d0595eb5da181f0aa;hb=cb85c0364fd8323f4bb03c481660805da66aaf85;hpb=1490e22dd1bebd043e1b819f89011b1097dcf289 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a4667c74..4df82e1 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2563,9 +2563,9 @@ test_33b() { rm -fr $DIR/d33 test_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 } -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_33c() { [ $PARALLEL == "yes" ] && skip "skip parallel run" && return