From 65d9564b2081306be63c017ea8297c4f4a95c6de Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Mon, 9 Jun 2008 20:25:13 +0000
Subject: [PATCH] b=16019 i=Maxim.Patlasov

get rid of quotation in "options lnet"
---
 lustre/tests/acceptance-small.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
index 3185ba2ee3..2cab7c9d51 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 } \
-- 
GitLab