From 5b93f2ec15a011dc3b7f6b40109549a674e77726 Mon Sep 17 00:00:00 2001 From: Agata Murawska <agatamurawska@google.com> Date: Thu, 28 Jun 2012 11:08:43 +0200 Subject: [PATCH] Add newline at the end of shelltest files 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-basic.test | 2 +- test/htools-invalid.test | 2 +- test/htools-multi-group.test | 2 +- test/htools-single-group.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/htools-basic.test b/test/htools-basic.test index d05d54406..348fce3d3 100644 --- a/test/htools-basic.test +++ b/test/htools-basic.test @@ -22,4 +22,4 @@ ./test/hcheck --version >>>= 0 ./test/hcheck --help ->>>= 0 \ No newline at end of file +>>>= 0 diff --git a/test/htools-invalid.test b/test/htools-invalid.test index f8849cf1a..1ebc74233 100644 --- a/test/htools-invalid.test +++ b/test/htools-invalid.test @@ -41,4 +41,4 @@ Error: this program doesn't take any arguments. ./test/hcheck unexpected-argument >>>2 Error: this program doesn't take any arguments. ->>>=1 \ No newline at end of file +>>>=1 diff --git a/test/htools-multi-group.test b/test/htools-multi-group.test index 12d8a0138..5761a9cf8 100644 --- a/test/htools-multi-group.test +++ b/test/htools-multi-group.test @@ -37,4 +37,4 @@ # hcheck should be able to run with multiple groups ./test/hcheck -t$T/simu-twogroups.tiered --machine-readable >>> /HCHECK_OK=1/ ->>>= 0 \ No newline at end of file +>>>= 0 diff --git a/test/htools-single-group.test b/test/htools-single-group.test index 770da1e90..43370670f 100644 --- a/test/htools-single-group.test +++ b/test/htools-single-group.test @@ -26,4 +26,4 @@ # hcheck should not find reason to rebalance ./test/hcheck -t$T/simu-onegroup.tiered --machine-readable >>> /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/ ->>>= 0 \ No newline at end of file +>>>= 0 -- GitLab