From: Pablo Neira Ayuso Date: Tue, 24 Oct 2023 10:41:57 +0000 (+0200) Subject: tests: shell: use /bin/bash in sets/elem_opts_compat_0 X-Git-Tag: v1.1.0~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3e941668be1d3922832fd70788fb248fd11f6c7;p=thirdparty%2Fnftables.git 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 --- 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