From c32722c2efd9bc315cf336aff76680cee81c2067 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 12 Aug 2009 18:14:09 +0000 Subject: [PATCH] b=17951 o=Ed Giesen skip conf-sanity test_46a for too few OSTs --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index b9c2d3a..9482e47 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1599,7 +1599,7 @@ test_45() { #17310 run_test 45 "long unlink handling in ptlrpcd" test_46a() { - OSTCOUNT=6 + [ $OSTCOUNT -lt 6 ] && skip "skipping test for too few OSTs" && return reformat start_mds || return 1 #first client should see only one ost -- 1.8.3.1