From 7d7bb7a4fc0cd6f22ad08261ea138d7d93e433c2 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Wed, 17 Apr 2013 13:56:25 -0700 Subject: [PATCH] LU-3183 tests: sanity test_27f dd to the wrong file typo in the output file in dd. Signed-off-by: Minh Diep Change-Id: I63c5627ed766b92b1446b8f8082017b0e804dbbe Reviewed-on: http://review.whamcloud.com/6084 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Bob Glossman Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 73b7993..a191b71 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1270,7 +1270,7 @@ run_test 27e "setstripe existing file (should return error) ======" test_27f() { test_mkdir -p $DIR/d27 $SETSTRIPE -S 100 -i 0 -c 1 $DIR/d27/fbad && error "setstripe failed" - dd if=/dev/zero of=$DIR/d27/f12 bs=4k count=4 || error "dd failed" + dd if=/dev/zero of=$DIR/d27/fbad bs=4k count=4 || error "dd failed" $GETSTRIPE $DIR/d27/fbad || error "$GETSTRIPE failed" } run_test 27f "setstripe with bad stripe size (should return error)" -- 1.8.3.1