From: Florian Westphal Date: Fri, 19 Apr 2019 20:20:10 +0000 (+0200) Subject: tests: return-codes script is bash specific X-Git-Tag: v1.8.3~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31dd3780a64935e3bcf83efb1a4354eed41f59ee;p=thirdparty%2Fiptables.git tests: return-codes script is bash specific The script fails on systems where sh is not bash. Signed-off-by: Florian Westphal --- diff --git a/iptables/tests/shell/testcases/iptables/0004-return-codes_0 b/iptables/tests/shell/testcases/iptables/0004-return-codes_0 index 15f3a3e9..ce02e0bc 100755 --- a/iptables/tests/shell/testcases/iptables/0004-return-codes_0 +++ b/iptables/tests/shell/testcases/iptables/0004-return-codes_0 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # make sure error return codes are as expected useful cases # (e.g. commands to check ruleset state)