From: adilger Date: Fri, 8 Jun 2007 20:24:32 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1540 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b7b3dd0faff8fa8f9a1cd5c3fede4c050aed8152;p=fs%2Flustre-release.git Branch b1_6 Remove the extra checkstat call, which should have been removed with the landing of the original patch. b=10818 b=12623 i=scjody i=nathan --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 73f6cab..9f7e560 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -743,8 +743,7 @@ test_33() { createmany -o $DIR/$tfile-%d 100 fail_abort mds # this file should be gone, because the replay was aborted - $CHECKSTAT -t file $DIR/$tfile && return 3 - $CHECKSTAT -t file $DIR/$tfile-* && return 4 + $CHECKSTAT -t file $DIR/$tfile-* && return 3 unlinkmany $DIR/$tfile-%d 0 100 return 0 }