From 6adef75ba693e4d0d5328c7c2ddd353b5846f947 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Mon, 14 Nov 2011 19:10:59 +0400 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 1.8.3.1