mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-19 07:23:35 -04:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
# 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
|