X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanityn.sh;h=50565a7184bfdc672554cc5ad189fc5e70c99267;hp=20179d90139b2fe4da8cf249c96b4435752b06bc;hb=6e94a9832e700fda3029edff4586646220c50679;hpb=705b31cf80dea92f28dde5846ac1d3306620e289 diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 20179d9..50565a7 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -1970,7 +1970,7 @@ test_45g() { mv $DIR1/$tfile $DIR1/$tfile-2 & PID1=$! sleep 1 - stat $DIR2/$tfile > /dev/null && "stat must fail" + stat $DIR2/$tfile > /dev/null && error "stat must fail" check_pdo_conflict $PID1 && { wait $PID1; error "getattr isn't blocked"; } rm -r $DIR1/* return 0