From d4895c56dbda7d4f5107d71ca96434cb4f37b2b8 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Thu, 3 Jan 2013 17:39:56 -0800 Subject: [PATCH] LU-2566 tests: delete obsolete kernel version check Since the kernel version check that leads to the reported problem is obsolete it is simplest to just delete the check Signed-off-by: Bob Glossman Change-Id: I190e9d71877268600c877fa156e8911f84f56beb Reviewed-on: http://review.whamcloud.com/4947 Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger Tested-by: Hudson Tested-by: Maloo --- lustre/tests/sanity-gss.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/tests/sanity-gss.sh b/lustre/tests/sanity-gss.sh index 5188809..b9e8e46 100644 --- a/lustre/tests/sanity-gss.sh +++ b/lustre/tests/sanity-gss.sh @@ -16,11 +16,6 @@ ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"$SANITY_GSS_EXCEPT"} CPU=`awk '/model/ {print $4}' /proc/cpuinfo` [ "$CPU" = "UML" ] && EXCEPT="$EXCEPT" -case `uname -r` in -2.6*) ALWAYS_EXCEPT="$ALWAYS_EXCEPT " ;; -*) error "unsupported kernel (gss only works with 2.6.x)" ;; -esac - SRCDIR=`dirname $0` export PATH=$PWD/$SRCDIR:$SRCDIR:$SRCDIR/../utils:$SRCDIR/../utils/gss:$PATH:/sbin export NAME=${NAME:-local} -- 1.8.3.1