From: grev Date: Mon, 9 Jun 2008 20:53:30 +0000 (+0000) Subject: b=16019 X-Git-Tag: v1_8_0_110~474 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2a731df94d7e27e7d4153fbe60d711c5b59b25d9;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 3185ba2..2cab7c9 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -272,7 +272,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 } \