Whamcloud - gitweb
- fixes in sanity tests about using mount command. cat /proc/mounts is used instead
[fs/lustre-release.git] / lustre / tests / sanity-lmv.sh
index 8e0a86e..e31e045 100644 (file)
@@ -103,7 +103,7 @@ check_kernel_version() {
 }
 
 run_one() {
-       if ! mount | grep -q $DIR; then
+       if ! cat /proc/mounts | grep -q $DIR; then
                $START
        fi
        echo $PTLDEBUG >/proc/sys/portals/debug