From 145bce45bdc700f458d070258c7626ebe6a4b409 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 16 May 2007 22:57:11 +0000 Subject: [PATCH] Branch HEAD Run tests in $DIR and not in $MOUNT. --- lustre/tests/recovery-small.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 8bc2441..bf472dd 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -832,13 +832,13 @@ run_test 55 "ost_brw_read/write drops timed-out read/write request" test_56() { # b=11277 #define OBD_FAIL_MDS_RESEND 0x136 - touch $MOUNT/$tfile + touch $DIR/$tfile do_facet mds sysctl -w lustre.fail_loc=0x80000136 - stat $MOUNT/$tfile + stat $DIR/$tfile do_facet mds sysctl -w lustre.fail_loc=0 - rm -f $MOUNT/$tfile + rm -f $DIR/$tfile } -run_test 56 "replace lock race" +run_test 56 "do not allow reconnect to busy exports" test_57_helper() { # no oscs means no client or mdt -- 1.8.3.1