diff options
Diffstat (limited to 'tests/bugs/bug-1063230.t')
-rwxr-xr-x | tests/bugs/bug-1063230.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bugs/bug-1063230.t b/tests/bugs/bug-1063230.t index f10a53433eb..a04be88e94e 100755 --- a/tests/bugs/bug-1063230.t +++ b/tests/bugs/bug-1063230.t @@ -18,9 +18,9 @@ var=`gluster volume rebalance $V0 start force` EXPECT "0" echo $? -var1="Initiated rebalance on volume $V0. Execute \"gluster\ - volume rebalance <volume-name> status\" to check status" - +var1="volume rebalance: $V0: success: Rebalance on $V0 has \ +been started successfully. Use rebalance status command to \ +check status of the rebalance process." echo $var | grep "$var1" |