summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-970070.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-970070.t')
-rwxr-xr-xtests/bugs/bug-970070.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bugs/bug-970070.t b/tests/bugs/bug-970070.t
new file mode 100755
index 00000000..da28b1ed
--- /dev/null
+++ b/tests/bugs/bug-970070.t
@@ -0,0 +1,14 @@
+#!/bin/bash
+# TEST the nfs.acl option
+. $(dirname $0)/../include.rc
+
+cleanup
+TEST glusterd
+TEST pidof glusterd
+
+TEST $CLI volume create $V0 $H0:$B0/$V0
+TEST $CLI volume start $V0
+sleep 5
+TEST $CLI volume set $V0 nfs.acl off
+TEST $CLI volume set $V0 nfs.acl on
+cleanup