summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-10-24 12:41:57 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-12-12 14:36:32 +0100
commit55847aebd61c4187f5124f932a92643b78385775 (patch)
tree5eb866ffa39882334a417fc25c26c300ca300463
parent8504b6ef406efffcd0c5caff41c42df4b42a8dd1 (diff)
tests: shell: use /bin/bash in sets/elem_opts_compat_01.0.6.y
commit d3e941668be1d3922832fd70788fb248fd11f6c7 upstream. [ All 1.0.6.y tests/shell report success after this ] So running this test with /bin/sh != /bin/bash works. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rwxr-xr-xtests/shell/testcases/sets/elem_opts_compat_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/sets/elem_opts_compat_0 b/tests/shell/testcases/sets/elem_opts_compat_0
index e0129536..3467cc07 100755
--- a/tests/shell/testcases/sets/elem_opts_compat_0
+++ b/tests/shell/testcases/sets/elem_opts_compat_0
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# ordering of element options and expressions has changed, make sure parser
# accepts both ways