summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-847622.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-847622.t')
-rwxr-xr-xtests/bugs/bug-847622.t25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/bugs/bug-847622.t b/tests/bugs/bug-847622.t
deleted file mode 100755
index 1384995271f..00000000000
--- a/tests/bugs/bug-847622.t
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../include.rc
-
-cleanup;
-
-TEST glusterd
-TEST pidof glusterd
-TEST $CLI volume create $V0 $H0:$B0/brick0
-TEST $CLI volume start $V0
-
-sleep 5
-
-TEST mount -t nfs -o vers=3,nolock $H0:/$V0 $N0
-cd $N0
-
-# simple getfacl setfacl commands
-TEST touch testfile
-TEST setfacl -m u:14:r testfile
-TEST getfacl testfile
-
-cd
-TEST umount $N0
-cleanup
-