summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-949298.t
blob: e0692f0c1571b55ef022648b9d7761e1a9faca56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc

cleanup;
TEST glusterd
TEST pidof glusterd

TEST $CLI --xml volume info $V0

cleanup;