From 326c015b47389818d7db76ba0bad70a13419dcd4 Mon Sep 17 00:00:00 2001 From: walter Date: Fri, 25 Apr 2008 19:32:13 +0000 Subject: [PATCH] b=14609 i=grev fix for test_16 failure due to trying to create mntpt dir on Read-Only fs. --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 181395c..4d8ce6d 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -634,7 +634,7 @@ run_test 15 "zconf-mount without /sbin/mount.lustre (should return error)" # LOGS/PENDING do not exist anymore since CMD3 test_16() { - TMPMTPT="${MOUNT%/*}/conf16" + TMPMTPT="${TMP}/conf16" if [ ! -e "$MDSDEV" ]; then log "no $MDSDEV existing, so mount Lustre to create one" -- 1.8.3.1