From b1688305cc83e63104d4c581f649bbdcffa0e3b8 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 21 Nov 2015 23:56:25 -0800 Subject: 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip --- Test/X02zlevi.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/X02zlevi.ztst') diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst index 14bc02ef8..ced70300f 100644 --- a/Test/X02zlevi.ztst +++ b/Test/X02zlevi.ztst @@ -3,7 +3,7 @@ %prep if [[ $OSTYPE = cygwin ]]; then ZTST_unimplemented="the zsh/zpty module does not work on Cygwin" - elif ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then + elif ( zmodload zsh/zpty 2>/dev/null ); then . $ZTST_srcdir/comptest comptestinit -v -z $ZTST_testdir/../Src/zsh else -- cgit 1.4.1