From 26e81f187ebda06d681c62503e8ff651f787495e Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Fri, 9 May 2008 08:01:41 +0000
Subject: [PATCH] b=15660 i=Adilger

disable LIBLUSTRE test for NETTYPE != tcp
---
 lustre/tests/acceptance-small.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
index 4a7142fb56..9d9ef5ce0a 100755
--- a/lustre/tests/acceptance-small.sh
+++ b/lustre/tests/acceptance-small.sh
@@ -262,6 +262,7 @@ for NAME in $CONFIGS; do
 		LFSCK="done"
 	fi
 
+	[ "$NETTYPE" = "tcp" ] || LIBLUSTRE=no # bug 15660
 	if [ "$LIBLUSTRE" != "no" ]; then
 	        title liblustre
 		assert_env MGSNID MOUNT2
-- 
GitLab