blob: 6195fd6ab0ba98a97bae7d730de4469da23a7073 (
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 history is empty
?./fcl:fc:1: event not found: foo
|