summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-04-19 22:20:10 +0200
committerFlorian Westphal <fw@strlen.de>2019-04-19 22:20:13 +0200
commit31dd3780a64935e3bcf83efb1a4354eed41f59ee (patch)
treee9f7189fa8e3fdbe71b8074b1475a3a1242697f5
parenta720af2dfba586b1e33e1f47c71b4a95963e63ad (diff)
tests: return-codes script is bash specific
The script fails on systems where sh is not bash. Signed-off-by: Florian Westphal <fw@strlen.de>
-rwxr-xr-xiptables/tests/shell/testcases/iptables/0004-return-codes_02
1 files changed, 1 insertions, 1 deletions
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)