diff options
Diffstat (limited to 'Test/B06fc.ztst')
-rw-r--r-- | Test/B06fc.ztst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/B06fc.ztst b/Test/B06fc.ztst new file mode 100644 index 000000000..6195fd6ab --- /dev/null +++ b/Test/B06fc.ztst @@ -0,0 +1,11 @@ +# Tests of fc command +%prep + + mkdir fc.tmp + cd fc.tmp + print 'fc -l foo' >fcl + +%test + $ZTST_testdir/../Src/zsh ./fcl +1:Checking that fc -l foo doesn't core dump history is empty +?./fcl:fc:1: event not found: foo |