From 8e27709d2a6d035162173026fb036945600954f8 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 3 Nov 2025 20:17:00 +0100 Subject: 54019: AIX support fixes --- Test/ztst.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 1d05baddf..aeb02cd54 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -343,7 +343,7 @@ ZTST_diff() { ;; esac shift - [[ $OSTYPE != solaris* ]] && diff_arg=( -a ) + [[ $OSTYPE != (aix|solaris)* ]] && diff_arg=( -a ) if (( diff_pat )); then local -a diff_lines1 diff_lines2 -- cgit v1.2.3-70-g09d2