summaryrefslogtreecommitdiffstats
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh2
1 files changed, 1 insertions, 1 deletions
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