From 3a25a5e0f4d00e9dd31eb3257861dc18a12f02ad Mon Sep 17 00:00:00 2001 From: nikita Date: Sat, 8 Nov 2008 13:18:30 +0000 Subject: [PATCH] recovery-small.sh: test_55: fix obvious typos. --- 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 35193eb..87b87af 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -841,7 +841,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 @@ -856,7 +856,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