summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-949298.t
blob: 1394127ec574a2499c9e9675dc6cdceb8f5eada4 (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;