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

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

cleanup;

TEST glusterd
TEST pidof glusterd

TEST $CLI pool list;
TEST $CLI pool list --xml;

cleanup;