From b9b5e6be1fe6487eec316816f1b34da19a8ffc02 Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 12 Dec 2008 18:20:58 +0000 Subject: [PATCH] b=17987 i=Vladimir.Saveliev test_55 typo fix --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 2b1c399..54b6816 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -865,7 +865,7 @@ test_55() { mkdir -p $DIR/$tdir # first dd should be finished quickly - lfs setstripe DIR/$tdir/$tfile-1 -c 1 -i 0 + lfs setstripe $DIR/$tdir/$tfile-1 -c 1 -i 0 dd if=/dev/zero of=$DIR/$tdir/$tfile-1 bs=32M count=4 & DDPID=$! count=0 @@ -880,7 +880,7 @@ test_55() { done echo "(dd_pid=$DDPID, time=$count)successful" - lfs setstripe DIR/$tdir/$tfile-2 -c 1 -i 0 + lfs setstripe $DIR/$tdir/$tfile-2 -c 1 -i 0 #define OBD_FAIL_OST_DROP_REQ 0x21d do_facet ost1 lctl set_param fail_loc=0x0000021d # second dd will be never finished -- 1.8.3.1