From 1b3ad2eec8d3cc22f64ec21bf43bfa54c66b5b0a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 15 May 2019 21:42:59 -0400 Subject: [PATCH] Remove test for Bash The scripts use Bash features, like OSTYPE, so Bash must be used. Also, shebangs have been converted to Bash --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 752001ac..442067de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -483,7 +483,7 @@ test-clean: tpkg -b test clean test: @TEST_P5_DNS_LDNS@ - if test -x "`command -v bash`"; then bash test/test_all.sh; else sh test/test_all.sh; fi + ./test/test_all.sh # Recreate symbols file, only needed when API changes -- 2.47.3