Whamcloud - gitweb
LU-11152 test: work around find bug in sanity 133[fg]
[fs/lustre-release.git] / lustre / tests / large-lun.sh
index 2a60f90..fc640e3 100644 (file)
@@ -11,7 +11,7 @@ init_test_env $@
 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
 init_logging
 
-if ! [ "$REFORMAT" ]; then
+if [ "$REFORMAT" != "yes" ]; then
        skip_env "$0 reformats all devices,\
                please set REFORMAT to run this test"
        exit 0
@@ -150,7 +150,7 @@ trap cleanupall EXIT
 
 test_1 () {
        [ $(facet_fstype $SINGLEMDS) != ldiskfs ] &&
-               skip "Only applicable to ldiskfs-based nodes" && return
+               skip "ldiskfs only test" && return
        local dev
        for num in $(seq $OSTCOUNT); do
                dev=$(ostdevname $num)