All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft] tests: shell: Drop redefinition of DIFF variable
@ 2020-06-14 21:41 Stefano Brivio
  2020-06-15  9:00 ` Phil Sutter
  0 siblings, 1 reply; 7+ messages in thread
From: Stefano Brivio @ 2020-06-14 21:41 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: Phil Sutter, Laura García Liébana, netfilter-devel

Commit 7d93e2c2fbc7 ("tests: shell: autogenerate dump verification")
introduced the definition of DIFF at the top of run-tests.sh, to make
it visually part of the configuration section. Commit 68310ba0f9c2
("tests: shell: Search diff tool once and for all") override this
definition.

Drop the unexpected redefinition of DIFF.

Fixes: 68310ba0f9c2 ("tests: shell: Search diff tool once and for all")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
---
 tests/shell/run-tests.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 94115066b1bf..fcc87a8957c8 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -45,7 +45,6 @@ if [ ! -x "$MODPROBE" ] ; then
 	msg_error "no modprobe binary found"
 fi
 
-DIFF="$(which diff)"
 if [ ! -x "$DIFF" ] ; then
 	DIFF=true
 fi
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-15 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-14 21:41 [PATCH nft] tests: shell: Drop redefinition of DIFF variable Stefano Brivio
2020-06-15  9:00 ` Phil Sutter
2020-06-15 10:18   ` Stefano Brivio
2020-06-15 11:54     ` Phil Sutter
2020-06-15 12:40       ` Stefano Brivio
2020-06-15 13:21         ` Phil Sutter
2020-06-15 14:36           ` Stefano Brivio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.