1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 22:32:12 +02:00

fix posixbuiltins test to allow for an external `print' command (15503)

This commit is contained in:
Oliver Kiddle 2001-07-26 13:17:09 +00:00
parent b2a8b69872
commit 47fc2c2662
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-07-26 Oliver Kiddle <opk@zsh.org>
* 15503: Test/E01options.ztst: fix posixbuiltins test so that it
isn't broken by the existence of a print external command.
2001-07-26 Peter Stephenson <pws@csr.com>
* 15498: Doc/Zsh/builtins.yo, Doc/Zsh/zle.yo: fix cross-refs

View file

@ -691,10 +691,10 @@
?(eval):14: 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
127:POSIX_BUILTINS option
>foo
>unsetting...