summaryrefslogtreecommitdiffstats
path: root/tests
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-10-24 12:41:57 +0200
commitd3e941668be1d3922832fd70788fb248fd11f6c7 (patch)
treed85b5aa842beb4f4f1f0782003e29996dbab0c84 /tests
parent122dce6b35205a3df419a5cae9acfd6e83e8725a (diff)
tests: shell: use /bin/bash in sets/elem_opts_compat_0
So running this test with /bin/sh != /bin/bash works. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-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