From 690e3e70ee14d9908206aafaf32db80219b0ad31 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 10 Oct 2008 10:16:33 +0000 Subject: test needs -f flag to zsh --- ChangeLog | 5 +++++ Config/version.mk | 4 ++-- 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 + + * unposted: Test/B06fc.ztst: use -f flag to zsh to prevent + initialization scripts running. + 2008-10-10 Barton E. Schaefer * 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 -- cgit 1.4.1