From: grev Date: Mon, 9 Jun 2008 20:22:28 +0000 (+0000) Subject: b=16019 X-Git-Tag: v1_9_50~398 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b0a0fecc0f1dfff0dfb3af8f550fe71efa54ee9b;p=fs%2Flustre-release.git b=16019 i=Maxim.Patlasov get rid of quotation in "options lnet" --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 66fe8d6..44c98ea9 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -278,7 +278,7 @@ for NAME in $CONFIGS; do [ -f /etc/modprobe.d/Lustre ] && MODPROBECONF=/etc/modprobe.d/Lustre LNETOPTS="$(awk '/^options lnet/ { print $0}' $MODPROBECONF | \ - sed 's/^options lnet //g') accept=all" \ + sed 's/^options lnet //g; s/"//g') accept=all" \ MDS_MOUNT_OPTS=$(echo $MDS_MOUNT_OPTS | sed 's/^[ \t]*//;s/[ \t]*$//') \ MDS_MOUNT_OPTS="${MDS_MOUNT_OPTS},noacl" \ MDS_MOUNT_OPTS=${MDS_MOUNT_OPTS/#,/-o } \