Whamcloud - gitweb
LU-7746 tests: some fixes for sanity.sh with upstream kernel
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index b7ef7f4..711d394 100755 (executable)
@@ -5438,12 +5438,7 @@ get_random_entry () {
 }
 
 client_only () {
-    [ "$CLIENTONLY" ] || [ "$CLIENTMODSONLY" = yes ]
-}
-
-is_patchless ()
-{
-    lctl get_param version | grep -q patchless
+       [ "$CLIENTONLY" ] || [ "$CLIENTMODSONLY" = yes ]
 }
 
 check_versions () {