summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic.t b/tests/basic.t
index 1897d12..5b1403d 100755
--- a/tests/basic.t
+++ b/tests/basic.t
@@ -24,7 +24,6 @@ BRKDIR="/tmp/block/"
function TEST()
{
-
echo "TEST : $@"
eval $@
if [ $? -ne 0 ]; then
@@ -49,7 +48,8 @@ function cleanup()
}
-function force_terminate () {
+function force_terminate()
+{
local ret=$?;
>&2 echo -e "\nreceived external"\
"signal --$(kill -l $ret)--, calling 'cleanup' ...\n";