diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-10 10:16:33 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-10 10:16:33 +0000 |
| commit | 690e3e70ee14d9908206aafaf32db80219b0ad31 (patch) | |
| tree | 5dbd20a370f029275449b7563592fece1b73a4c2 /Test | |
| parent | Fix trailing backslash in example. (diff) | |
| download | zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.gz zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.bz2 zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.lz zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.xz zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.tar.zst zsh-690e3e70ee14d9908206aafaf32db80219b0ad31.zip | |
test needs -f flag to zsh
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/B06fc.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
