diff mbox

[3/3] Remove empty 'echo' from boot test scripts

Message ID 1468315079-11069-3-git-send-email-stewart@linux.vnet.ibm.com
State Accepted
Headers show

Commit Message

Stewart Smith July 12, 2016, 9:17 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
---
 test/hello_world/run_mambo_hello_world.sh          | 1 -
 test/hello_world/run_qemu_hello_world.sh           | 1 -
 test/run_mambo_boot_test.sh                        | 1 -
 test/run_qemu-jessie-debian-installer_boot_test.sh | 1 -
 4 files changed, 4 deletions(-)
diff mbox

Patch

diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 1589bd038588..9d33565c62bb 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -57,7 +57,6 @@  fi
 
 ulimit -c $OLD_ULIMIT_C
 
-echo
 rm -f -- "$t"
 trap - EXIT
 exit 0;
diff --git a/test/hello_world/run_qemu_hello_world.sh b/test/hello_world/run_qemu_hello_world.sh
index 9a85b3d79a68..fd4c5c9258ec 100755
--- a/test/hello_world/run_qemu_hello_world.sh
+++ b/test/hello_world/run_qemu_hello_world.sh
@@ -52,7 +52,6 @@  if [ $r != 0 ]; then
     exit $r
 fi
 
-echo
 rm -f -- "$t"
 trap - EXIT
 
diff --git a/test/run_mambo_boot_test.sh b/test/run_mambo_boot_test.sh
index f3984778a1cb..9b216b497eca 100755
--- a/test/run_mambo_boot_test.sh
+++ b/test/run_mambo_boot_test.sh
@@ -67,7 +67,6 @@  fi
 
 ulimit -c $OLD_ULIMIT_C
 
-echo
 rm -f -- "$t"
 trap - EXIT
 exit 0
diff --git a/test/run_qemu-jessie-debian-installer_boot_test.sh b/test/run_qemu-jessie-debian-installer_boot_test.sh
index 7609125afc36..0bdd86962693 100755
--- a/test/run_qemu-jessie-debian-installer_boot_test.sh
+++ b/test/run_qemu-jessie-debian-installer_boot_test.sh
@@ -63,5 +63,4 @@  else
     echo "Boot Test FAILED. Results in $T, Disk $D";
 fi
 
-echo
 exit $E;