summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-884328.t
blob: ee5509bbc1de09b4311897a2dda4159bfc448fe8 (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 check_option_help_presence "cluster.quorum-type"
TEST check_option_help_presence "cluster.quorum-count"
cleanup;