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:
parent
b2a8b69872
commit
47fc2c2662
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue