From f42e5100d2fa470c20fc2a0c87a0fcf3dae54661 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Sat, 11 Jun 2016 12:19:17 +0200 Subject: tests: shell: delete unused variable in run-tests.sh This ${TESTS_OUTPUT} variable is empty. Delete it. It was probably an idea about dinamically redirecting testscases output. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- tests/shell/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/run-tests.sh') diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh index 921080fe..b10445d2 100755 --- a/tests/shell/run-tests.sh +++ b/tests/shell/run-tests.sh @@ -76,7 +76,7 @@ do rc_spec=$(awk -F${RETURNCODE_SEPARATOR} '{print $NF}' <<< $testfile) msg_info "[EXECUTING] $testfile" - test_output=$(NFT=$NFT ${testfile} ${TESTS_OUTPUT} 2>&1) + test_output=$(NFT=$NFT ${testfile} 2>&1) rc_got=$? echo -en "\033[1A\033[K" # clean the [EXECUTING] foobar line -- cgit v1.2.3