From 55847aebd61c4187f5124f932a92643b78385775 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 24 Oct 2023 12:41:57 +0200 Subject: tests: shell: use /bin/bash in sets/elem_opts_compat_0 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 --- tests/shell/testcases/sets/elem_opts_compat_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3