mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02:00
test needs -f flag to zsh
This commit is contained in:
parent
f7832f645b
commit
690e3e70ee
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-10-10 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: Test/B06fc.ztst: use -f flag to zsh to prevent
|
||||||
|
initialization scripts running.
|
||||||
|
|
||||||
2008-10-10 Barton E. Schaefer <schaefer@zsh.org>
|
2008-10-10 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 25814: Functions/Misc/run-help: quote arguments to "eval".
|
* 25814: Functions/Misc/run-help: quote arguments to "eval".
|
||||||
|
|
|
@ -27,5 +27,5 @@
|
||||||
# This must also serve as a shell script, so do not add spaces around the
|
# This must also serve as a shell script, so do not add spaces around the
|
||||||
# `=' signs.
|
# `=' signs.
|
||||||
|
|
||||||
VERSION=4.3.6-dev-0
|
VERSION=4.3.6-dev-1
|
||||||
VERSION_DATE='April 2, 2008'
|
VERSION_DATE='October 10, 2008'
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
print 'fc -l foo' >fcl
|
print 'fc -l foo' >fcl
|
||||||
|
|
||||||
%test
|
%test
|
||||||
$ZTST_testdir/../Src/zsh ./fcl
|
$ZTST_testdir/../Src/zsh -f ./fcl
|
||||||
1:Checking that fc -l foo doesn't core dump when history is empty
|
1:Checking that fc -l foo doesn't core dump when history is empty
|
||||||
?./fcl:fc:1: event not found: foo
|
?./fcl:fc:1: event not found: foo
|
||||||
|
|
Loading…
Reference in a new issue