about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-07-26 13:45:46 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-07-26 13:45:46 +0000
commit85a48a47d469a57f68260534e47fefb8ed081cee (patch)
treef8326bbdd041698204cd9bb53b5cad3c859cf359 /Test
parent3394114b2bc935ab2a919654913b0261a2a8cc58 (diff)
downloadzsh-85a48a47d469a57f68260534e47fefb8ed081cee.tar.gz
zsh-85a48a47d469a57f68260534e47fefb8ed081cee.tar.xz
zsh-85a48a47d469a57f68260534e47fefb8ed081cee.zip
fix posixbuiltins test to not be broken by existence of `print' external (15503)
Diffstat (limited to 'Test')
-rw-r--r--Test/E01options.ztst4
1 files changed, 2 insertions, 2 deletions
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...