Neeraj Singh <nksingh85@xxxxxxxxx> writes: > On Mon, Mar 28, 2022 at 5:42 PM Neeraj Singh via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: >> >> test_wrapper_ () { >> - test_wrapper_func_=$1; shift >> + local test_wrapper_func_=$1; shift >> + local test_title_=$1; shift > > local with assignment seems to be a bash-ism. I'll fix this. Thanks.