mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-14 11:41:07 +02:00
fix posixbuiltins test to not be broken by existence of `print' external (15503)
This commit is contained in:
parent
3394114b2b
commit
85a48a47d4
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-25 Sven Wischnowsky <wischnow@zsh.org>
|
2001-07-25 Sven Wischnowsky <wischnow@zsh.org>
|
||||||
|
|
||||||
* 15487: Src/Zle/complete.c: fix for `--' before matches ignoring all
|
* 15487: Src/Zle/complete.c: fix for `--' before matches ignoring all
|
||||||
|
|
|
@ -691,10 +691,10 @@
|
||||||
?ZTST_execchunk:2: no such file or directory: pathtestdir/findme
|
?ZTST_execchunk:2: no such file or directory: pathtestdir/findme
|
||||||
|
|
||||||
setopt posixbuiltins
|
setopt posixbuiltins
|
||||||
command print foo
|
PATH= command print foo
|
||||||
unsetopt posixbuiltins
|
unsetopt posixbuiltins
|
||||||
print unsetting...
|
print unsetting...
|
||||||
command print foo
|
PATH= command print foo
|
||||||
1:POSIX_BUILTINS option
|
1:POSIX_BUILTINS option
|
||||||
>foo
|
>foo
|
||||||
>unsetting...
|
>unsetting...
|
||||||
|
|
Loading…
Reference in a new issue