summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-949298.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/cli/bug-949298.t')
-rw-r--r--tests/bugs/cli/bug-949298.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs/cli/bug-949298.t b/tests/bugs/cli/bug-949298.t
new file mode 100644
index 00000000000..e0692f0c157
--- /dev/null
+++ b/tests/bugs/cli/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;