Whamcloud - gitweb
b=13698 allow e2fsck part of lfsck.sh to be run without lfsck
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 82d9c90..f41aa76 100644 (file)
@@ -2035,6 +2035,7 @@ check_timeout () {
 
 is_mounted () {
     local mntpt=$1
+    [ -z $mntpt ] && return 1
     local mounted=$(mounted_lustre_filesystems)
 
     echo $mounted' ' | grep -w -q $mntpt' '