diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2008-12-29 04:24:36 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2008-12-29 04:24:36 +0000 |
commit | 78d1f82e308c8ec35c7694a2f14bad8ed01104da (patch) | |
tree | 8fb90abcaac45d12ac7d8214f5f41f90823cc44c /Test/C04funcdef.ztst | |
parent | 4a2cd0410ffe1a519dd3e727339b125e92e8afc7 (diff) | |
download | zsh-78d1f82e308c8ec35c7694a2f14bad8ed01104da.tar.gz zsh-78d1f82e308c8ec35c7694a2f14bad8ed01104da.tar.xz zsh-78d1f82e308c8ec35c7694a2f14bad8ed01104da.zip |
clean up test temporary files
Diffstat (limited to 'Test/C04funcdef.ztst')
-rw-r--r-- | Test/C04funcdef.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst index 69b09686a..73eba8697 100644 --- a/Test/C04funcdef.ztst +++ b/Test/C04funcdef.ztst @@ -178,3 +178,7 @@ >Dum da dum >Da de da >Do be do + +%clean + + rm -f file.in file.out |