Whamcloud - gitweb
- fixes in sanity tests about using mount command. cat /proc/mounts is used instead
[fs/lustre-release.git] / lustre / tests / sanity-fid.sh
index 9844d4e..72942c7 100644 (file)
@@ -96,7 +96,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