summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-887145.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-887145.t')
-rwxr-xr-xtests/bugs/bug-887145.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/bugs/bug-887145.t b/tests/bugs/bug-887145.t
index 4d642f8c..e2013e50 100755
--- a/tests/bugs/bug-887145.t
+++ b/tests/bugs/bug-887145.t
@@ -1,14 +1,10 @@
#!/bin/bash
. $(dirname $0)/../include.rc
+. $(dirname $0)/../nfs.rc
cleanup;
-function is_nfs_export_available {
-exp=$(showmount -e | grep $V0 | wc -l)
-echo "$exp"
-}
-
TEST glusterd
TEST pidof glusterd
TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2};