From 1de6d0356bc819c9e21204067a580f3c118b6179 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:05:36 +0200 Subject: [PATCH] Update scripts-testing.yml --- .github/workflows/scripts-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index 5b98ba90..f410631d 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -131,7 +131,7 @@ jobs: { local _shell _shell_cmd _status EXECUTED_LIST='' - for _shell in sh dash bash busybox ash hush mksh ksh93 ksh zsh yash posh osh bosh pbosh obosh rksh93 rbash pwsh; do + for _shell in sh dash bash busybox ash hush mksh ksh93 ksh zsh yash posh osh bosh pbosh obosh rksh93 tmux; do if test "${_shell:?}" = 'ksh' && test -n "${ORIGINAL_KSH?}"; then _shell="${ORIGINAL_KSH:?}"; fi if ! _shell_cmd="$(command -v "${_shell:?}")" || skip "${1:?}" "${_shell:?}" || ! not_already_excuted "${_shell_cmd:?}"; then continue; fi printf 'SHELL: %s - SCRIPT: %s\n\n' "${_shell_cmd:?}" "${1:?}"