From: Andrew Perepechko Date: Mon, 14 Nov 2011 15:10:59 +0000 (+0400) Subject: LU-841 tests: sanity.sh 27q does not create a testing directory X-Git-Tag: 2.1.53~50 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=6adef75ba693e4d0d5328c7c2ddd353b5846f947;hp=9b62cf1f91bf50eaf5e1ef63024b2b6f78f28794 LU-841 tests: sanity.sh 27q does not create a testing directory sanity.sh 27q does not create a testing directory which causes ENOENT errors from "ONLY=27q bash sanity.sh" Signed-off-by: Andrew Perepechko Change-Id: I4b0b3839cc3cfd8cf643c7e4964cd0c22af39bea Reviewed-by: Alexey Lyashkov Reviewed-on: http://review.whamcloud.com/1698 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e6453e5..e992507 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1139,6 +1139,7 @@ test_27q() { reset_enospc rm -f $DIR/$tdir/$tfile + mkdir -p $DIR/$tdir $MCREATE $DIR/$tdir/$tfile || error "mcreate $DIR/$tdir/$tfile failed" $TRUNCATE $DIR/$tdir/$tfile 80000000 ||error "truncate $DIR/$tdir/$tfile failed" $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat failed"