]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: delete unused variable in run-tests.sh
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Sat, 11 Jun 2016 10:19:17 +0000 (12:19 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 15 Jun 2016 12:01:41 +0000 (14:01 +0200)
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>
tests/shell/run-tests.sh

index 921080fe7d1a46efc3bc2fe24eff1c2dc97462ec..b10445d29463d0ee2407c82c95dbb509d070fa4b 100755 (executable)
@@ -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