about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-10 10:16:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-10 10:16:33 +0000
commit690e3e70ee14d9908206aafaf32db80219b0ad31 (patch)
tree5dbd20a370f029275449b7563592fece1b73a4c2
parentf7832f645b7ae37984dcb0b574b9cca55459d278 (diff)
downloadzsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.gz
zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.xz
zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.zip
test needs -f flag to zsh
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Test/B06fc.ztst2
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