From 47ed1d79773f0dda1be403716c2e55f88bae0eae Mon Sep 17 00:00:00 2001
From: Agata Murawska <agatamurawska@google.com>
Date: Mon, 25 Jun 2012 17:00:56 +0200
Subject: [PATCH] Style fixes in shelltests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Agata Murawska <agatamurawska@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
---
 test/htools-balancing.test    | 2 +-
 test/htools-multi-group.test  | 2 +-
 test/htools-single-group.test | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/htools-balancing.test b/test/htools-balancing.test
index 5647cb550..6c38d85e6 100644
--- a/test/htools-balancing.test
+++ b/test/htools-balancing.test
@@ -34,7 +34,7 @@ diff -u $T/simu-rebal-merged.standard $T/simu-rebal.standard.original
 
 # hcheck sees no reason to rebalance after rebalancing was already done
 ./test/hcheck -t$T/simu-rebal.standard.balanced --machine-readable
->>>1 /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
+>>> /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
 >>>= 0
 
 ### now tiered tests
diff --git a/test/htools-multi-group.test b/test/htools-multi-group.test
index 2f6ec7213..12d8a0138 100644
--- a/test/htools-multi-group.test
+++ b/test/htools-multi-group.test
@@ -36,5 +36,5 @@
 
 # hcheck should be able to run with multiple groups
 ./test/hcheck -t$T/simu-twogroups.tiered --machine-readable
->>>1 /HCHECK_OK=1/
+>>> /HCHECK_OK=1/
 >>>= 0
\ No newline at end of file
diff --git a/test/htools-single-group.test b/test/htools-single-group.test
index 202926255..770da1e90 100644
--- a/test/htools-single-group.test
+++ b/test/htools-single-group.test
@@ -25,5 +25,5 @@
 
 # hcheck should not find reason to rebalance
 ./test/hcheck -t$T/simu-onegroup.tiered --machine-readable
->>>1 /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
+>>> /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
 >>>= 0
\ No newline at end of file
-- 
GitLab