diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-18 16:30:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-18 16:30:50 +0000 |
commit | db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e (patch) | |
tree | 958b29836320deaca0d60246dcb3e6b204bd81cf /Test | |
parent | be2381eb52baa9745c2184a9d2cf6d12d2303241 (diff) | |
download | zsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.tar.gz zsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.tar.xz zsh-db65bef4131c1f6d926b74cb1bbc6fad2adfbe7e.zip |
unposted: fix new test in A01grammar.ztst
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A01grammar.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |