mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-04 06:14:50 +01:00
12 lines
215 B
Text
12 lines
215 B
Text
|
# 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
|