From b7b3dd0faff8fa8f9a1cd5c3fede4c050aed8152 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Fri, 8 Jun 2007 20:24:32 +0000 Subject: [PATCH] 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 --- lustre/tests/replay-single.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 73f6cabfb6..9f7e560db4 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 } -- GitLab