From: Jeffrey Walton Date: Thu, 16 May 2019 01:42:59 +0000 (-0400) Subject: Remove test for Bash X-Git-Tag: release-1.7.1-rc1~4^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3ad2eec8d3cc22f64ec21bf43bfa54c66b5b0a;p=thirdparty%2Fldns.git Remove test for Bash The scripts use Bash features, like OSTYPE, so Bash must be used. Also, shebangs have been converted to Bash --- 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