summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-949298.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-949298.t')
-rw-r--r--tests/bugs/bug-949298.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs/bug-949298.t b/tests/bugs/bug-949298.t
new file mode 100644
index 000000000..1394127ec
--- /dev/null
+++ b/tests/bugs/bug-949298.t
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+. $(dirname $0)/../include.rc
+. $(dirname $0)/../volume.rc
+
+cleanup;
+TEST glusterd
+TEST pidof glusterd
+
+TEST $CLI --xml volume info $V0
+
+cleanup;