]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Remove test for Bash
authorJeffrey Walton <noloader@gmail.com>
Thu, 16 May 2019 01:42:59 +0000 (21:42 -0400)
committerJeffrey Walton <noloader@gmail.com>
Thu, 16 May 2019 01:42:59 +0000 (21:42 -0400)
The scripts use Bash features, like OSTYPE, so Bash must be used. Also, shebangs have been converted to Bash

Makefile.in

index 752001ace046257a57837af26b7d9d0d8259a9f0..442067decf88531b9161584df8748ffed2126215 100644 (file)
@@ -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