1# Tests of fc command
2%prep
3
4 mkdir fc.tmp 
5 cd fc.tmp
6 print 'fc -l foo' >fcl
7 
8%test
9  $ZTST_testdir/../Src/zsh -f ./fcl
101:Checking that fc -l foo doesn't core dump when history is empty
11?./fcl:fc:1: event not found: foo
12