blob: eb73eaa1482494b2dfbbfc013e1a1a10c1a07be7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Tests of fc command
%prep
mkdir fc.tmp
cd fc.tmp
print 'fc -l foo' >fcl
%test
$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
|