1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

test needs -f flag to zsh

This commit is contained in:
Peter Stephenson 2008-10-10 10:16:33 +00:00
parent f7832f645b
commit 690e3e70ee
3 changed files with 8 additions and 3 deletions

View file

@ -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>
* 25814: Functions/Misc/run-help: quote arguments to "eval".

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.3.6-dev-0
VERSION_DATE='April 2, 2008'
VERSION=4.3.6-dev-1
VERSION_DATE='October 10, 2008'

View file

@ -6,6 +6,6 @@
print 'fc -l foo' >fcl
%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
?./fcl:fc:1: event not found: foo