Cleaning up after tests (removing all those .out files)

This commit is contained in:
Marcin Kasperski
2012-11-15 09:26:18 +01:00
parent dc40f820d9
commit fc4192f9c8

View File

@@ -107,3 +107,8 @@ eval {
}
};
ok(!$@, "modify some header fields ($@)");
### clean temporary files
unlink('t/3.out');
unlink('t/4.out');
unlink('t/5.out');