From: walter Date: Fri, 25 Apr 2008 19:32:13 +0000 (+0000) Subject: b=14609 X-Git-Tag: v1_7_0_51~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=326c015b47389818d7db76ba0bad70a13419dcd4;p=fs%2Flustre-release.git b=14609 i=grev fix for test_16 failure due to trying to create mntpt dir on Read-Only fs. --- 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"