r55947 - in /scripts/t/patchedit: 01_patchedit.t no-meta no-meta2 with-meta with-meta-and-extra-fields
jozef-guest at users.alioth.debian.org
jozef-guest at users.alioth.debian.org
Sun Apr 11 13:33:38 UTC 2010
Author: jozef-guest
Date: Sun Apr 11 13:32:58 2010
New Revision: 55947
URL: http://svn.debian.org/wsvn/?sc=1&rev=55947
Log:
unlink generated files
Removed:
scripts/t/patchedit/no-meta
scripts/t/patchedit/no-meta2
scripts/t/patchedit/with-meta
scripts/t/patchedit/with-meta-and-extra-fields
Modified:
scripts/t/patchedit/01_patchedit.t
Modified: scripts/t/patchedit/01_patchedit.t
URL: http://svn.debian.org/wsvn/scripts/t/patchedit/01_patchedit.t?rev=55947&op=diff
==============================================================================
--- scripts/t/patchedit/01_patchedit.t (original)
+++ scripts/t/patchedit/01_patchedit.t Sun Apr 11 13:32:58 2010
@@ -28,6 +28,7 @@
my $fixed = read_file('t/patchedit/'.$type);
my $should_be = read_file('t/patchedit/'.$type.'.ok'.$sub_type);
eq_or_diff($fixed, $should_be, 'fixing '.$type.($sub_type ? ' '.$sub_type : ''));
+ unlink('t/patchedit/'.$type);
}
}
More information about the Pkg-perl-cvs-commits
mailing list