diff mbox

[kvm-unit-tests,2/9] run_tests.sh: remove blank line from start of log

Message ID 1436546703-12258-3-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones July 10, 2015, 4:44 p.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/run_tests.sh b/run_tests.sh
index e48f1db049f81..6f00aa495744c 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -120,7 +120,7 @@  specify the appropriate qemu binary for ARCH-run.
 EOF
 }
 
-echo > test.log
+>test.log
 while getopts "g:hv" opt; do
     case $opt in
         g)