diff options
Diffstat (limited to 'tests/bugs/cli/bug-1047378.t')
-rw-r--r-- | tests/bugs/cli/bug-1047378.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs/cli/bug-1047378.t b/tests/bugs/cli/bug-1047378.t new file mode 100644 index 00000000000..33ee6be3d8b --- /dev/null +++ b/tests/bugs/cli/bug-1047378.t @@ -0,0 +1,12 @@ +#!/bin/bash + +. $(dirname $0)/../../include.rc + +cleanup; + +TEST glusterd +TEST pidof glusterd + +TEST "echo volume list | $CLI --xml | xmllint --format -" + +cleanup |