blob: 5ac41ebd221d0d9677f9e3fe71642a6a5fe67dd3 (
plain) (
blame)
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 ./fcl
1:Checking that fc -l foo doesn't core dump when history is empty
?./fcl:fc:1: event not found: foo
|