summaryrefslogtreecommitdiffstats
path: root/tests/bugs/replicate/bug-884328.t
blob: acc8e54224053a006de14f7555b8d1fc9506ba5e (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;