X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=d168bd3e60b7861ab5a3ab5381fe964322e4b1a0;hp=0fd203484c5f2a2c4231cfdef70b76742824c2ca;hb=7e0208da21f9358d96feebce5124f8587778c318;hpb=e2cb43c409b98b97fdb84a678a93651d2176b242 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 0fd2034..d168bd3 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -41,8 +41,8 @@ init_logging ALWAYS_EXCEPT="$SANITY_EXCEPT " # bug number for skipped test: LU-9693 LU-6493 LU-9693 ALWAYS_EXCEPT+=" 42a 42b 42c " -# bug number: LU-8411 LU-9054 LU-13314 -ALWAYS_EXCEPT+=" 407 312 56ob" +# bug number: LU-8411 LU-9054 +ALWAYS_EXCEPT+=" 407 312" if $SHARED_KEY; then # bug number: LU-9795 LU-9795 LU-9795 LU-9795 @@ -5919,7 +5919,7 @@ test_56ob() { cmd="$LFS find $dir -ctime +1s -type f" nums=$($cmd | wc -l) (( $nums == $count * 2 + 1)) || - error "'$cmd' wrong: found $nums, expected $((expected*2+1))" + error "'$cmd' wrong: found $nums, expected $((count * 2 + 1))" } run_test 56ob "check lfs find -atime -mtime -ctime with units"