summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2016-06-11 12:19:17 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-06-15 14:01:41 +0200
commitf42e5100d2fa470c20fc2a0c87a0fcf3dae54661 (patch)
tree9f17350b7644ab15250f3495bbaaa43f2a87721c /tests
parentfe0d7490cb292a10ddba4b7f3389da9889df91fb (diff)
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 <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/shell/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
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