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

# Test that "system getspec" works without op_version problems.

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

TEST glusterd
TEST pidof glusterd
TEST $CLI volume info
TEST $CLI volume create $V0 $H0:$B0/brick1
TEST $CLI system getspec $V0
cleanup;