about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-03-18 16:30:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-03-18 16:30:50 +0000
commitdb65bef4131c1f6d926b74cb1bbc6fad2adfbe7e (patch)
tree958b29836320deaca0d60246dcb3e6b204bd81cf
parentbe2381eb52baa9745c2184a9d2cf6d12d2303241 (diff)
downloadzsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.tar.gz
zsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.tar.xz
zsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.zip
unposted: fix new test in A01grammar.ztst
-rw-r--r--ChangeLog5
-rw-r--r--Test/A01grammar.ztst2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88d2b69d9..2309d2a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-18  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Test/A01grammar.ztst: missed -f option off zsh
+	invocation in 27793++.
+
 	* 27804: Src/Zle/zle_hist.c: don't hang on encountering invalid
 	character in incremental search.
 
@@ -12925,5 +12928,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4936 $
+* $Revision: 1.4937 $
 *****************************************************
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 94836b4e2..c8bf91cff 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -573,7 +573,7 @@
 127q:PATHSCRIPT option not used.
 ?$ZTST_testdir/../Src/zsh: can't open input file: myscript
 
-  $ZTST_testdir/../Src/zsh -c 'echo $0; echo $1' myargzero myargone
+  $ZTST_testdir/../Src/zsh -fc 'echo $0; echo $1' myargzero myargone
 0:$0 is traditionally if bizarrely set to the first argument with -c
 >myargzero
 >myargone