mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
clean up test temporary files
This commit is contained in:
parent
4a2cd0410f
commit
78d1f82e30
4 changed files with 16 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
|
2008-12-29 Geoff Wing <gcw@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Test/C04funcdef.ztst, Test/C05debug.ztst,
|
||||||
|
Test/V06parameter.ztst: clean up temporary files
|
||||||
|
|
||||||
2008-12-29 Clint Adams <clint@zsh.org>
|
2008-12-29 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* Richard Hartmann: 26175: Completion/Unix/Command/_vim: updates
|
* Richard Hartmann: 26175: Completion/Unix/Command/_vim: updates
|
||||||
for vim completion.
|
for vim completion.
|
||||||
|
|
||||||
|
|
||||||
2008-12-18 Peter Stephenson <pws@csr.com>
|
2008-12-18 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
|
|
@ -178,3 +178,7 @@
|
||||||
>Dum da dum
|
>Dum da dum
|
||||||
>Da de da
|
>Da de da
|
||||||
>Do be do
|
>Do be do
|
||||||
|
|
||||||
|
%clean
|
||||||
|
|
||||||
|
rm -f file.in file.out
|
||||||
|
|
|
@ -153,3 +153,7 @@
|
||||||
foo
|
foo
|
||||||
2:Status of forced return from eval-style DEBUG trap
|
2:Status of forced return from eval-style DEBUG trap
|
||||||
>foo
|
>foo
|
||||||
|
|
||||||
|
%clean
|
||||||
|
|
||||||
|
rm -f bug-file bug-file2 erroutput.dif zsh-trapreturn-bug2
|
||||||
|
|
|
@ -66,3 +66,6 @@
|
||||||
>./rocky3.zsh:13 (eval):2
|
>./rocky3.zsh:13 (eval):2
|
||||||
>./rocky3.zsh:14 ./rocky3.zsh:14
|
>./rocky3.zsh:14 ./rocky3.zsh:14
|
||||||
|
|
||||||
|
%clean
|
||||||
|
|
||||||
|
rm -f autofn functrace.zsh rocky3.zsh sourcedfile
|
||||||
|
|
Loading…
Reference in a new issue