From 85a48a47d469a57f68260534e47fefb8ed081cee Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 26 Jul 2001 13:45:46 +0000 Subject: fix posixbuiltins test to not be broken by existence of `print' external (15503) --- Test/E01options.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/E01options.ztst b/Test/E01options.ztst index 08bcb21da..ee58a5c8a 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -691,10 +691,10 @@ ?ZTST_execchunk:2: no such file or directory: pathtestdir/findme setopt posixbuiltins - command print foo + PATH= command print foo unsetopt posixbuiltins print unsetting... - command print foo + PATH= command print foo 1:POSIX_BUILTINS option >foo >unsetting... -- cgit 1.4.1