Re: [nft PATCH] tests/shell: delete unused variable in run-tests.sh

2016-06-15 Thread Pablo Neira Ayuso
On Sat, Jun 11, 2016 at 12:19:17PM +0200, Arturo Borrero Gonzalez wrote: > This ${TESTS_OUTPUT} variable is empty. Delete it. > > It was probably an idea about dinamically redirecting testscases output. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel"

[nft PATCH] tests/shell: delete unused variable in run-tests.sh

2016-06-11 Thread Arturo Borrero Gonzalez
This ${TESTS_OUTPUT} variable is empty. Delete it. It was probably an idea about dinamically redirecting testscases output. Signed-off-by: Arturo Borrero Gonzalez --- tests/shell/run-tests.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/run-tests.sh b/tests