diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Test/B06fc.ztst | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 6f67cd714..e09fcddea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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". diff --git a/Config/version.mk b/Config/version.mk index 564f4b33a..5ff4b51c1 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -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' diff --git a/Test/B06fc.ztst b/Test/B06fc.ztst index 5ac41ebd2..eb73eaa14 100644 --- a/Test/B06fc.ztst +++ b/Test/B06fc.ztst @@ -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 |