summaryrefslogtreecommitdiffstats
path: root/tests/nfs.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfs.rc')
-rw-r--r--tests/nfs.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nfs.rc b/tests/nfs.rc
index 6e4f5c0ab49..c27452395e1 100644
--- a/tests/nfs.rc
+++ b/tests/nfs.rc
@@ -13,7 +13,7 @@ function is_nfs_export_available ()
vol=$V0
fi
- exp=$(showmount -e 2> /dev/null | grep $vol | wc -l)
+ exp=$(showmount -e localhost 2> /dev/null | grep $vol | wc -l)
echo "$exp"
}