Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Fri, 8 Jun 2007 20:24:32 +0000 (20:24 +0000)
committeradilger <adilger>
Fri, 8 Jun 2007 20:24:32 +0000 (20:24 +0000)
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

index 73f6cab..9f7e560 100755 (executable)
@@ -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
 }