Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 17, 2024
1 parent c76715c commit caf8834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
fi
if test "${1:?}" = 'cmdline.sh'; then
case "${_s_shell?}" in
yash) if test "${current_os:?}" = 'macOS'; then return 0; fi ;; # Skip
#ksh) return 0 ;; # Skip
zsh) return 0 ;; # Skip
*) ;;
esac
fi
Expand Down

0 comments on commit caf8834

Please sign in to comment.