summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-764638.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-764638.t')
-rw-r--r--tests/bugs/bug-764638.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/bugs/bug-764638.t b/tests/bugs/bug-764638.t
new file mode 100644
index 00000000..81654652
--- /dev/null
+++ b/tests/bugs/bug-764638.t
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+. $(dirname $0)/../include.rc
+
+cleanup;
+
+TEST glusterd
+TEST pidof glusterd
+
+TEST $CLI pool list;
+TEST $CLI pool list --xml;
+
+cleanup;