X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-hsm.sh;h=b6b29e6b0e1fe7eac17a60a87662f0a40e662a11;hb=87e1428b792ad2a2a49db71924438a37a4537e6a;hp=aba7228de5b867a5d41555334861c81955f83d59;hpb=5b729ad309d371ed3e1abc73eea2641dc98e1791;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index aba7228..b6b29e6b 100755 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -2160,7 +2160,7 @@ test_24d() { wait_request_state $fid1 RESTORE SUCCEED $LFS hsm_release $file1 || error "cannot release '$file1'" - dd if=$file2 of=/dev/null bs=1M || "cannot read '$file2'" + dd if=$file2 of=/dev/null bs=1M || error "cannot read '$file2'" $LFS hsm_release $file2 && error "release should fail on read-only mount"