Skip to content

Commit aebe74f

Browse files
author
Father Chrysostomos
committed
t/lib/common.pl: Ignore editor droppings
This bites me all the time.
1 parent 7bb3363 commit aebe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib/common.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BEGIN
2727
print "ARGV = [@ARGV]\n";
2828
@w_files = map { "./lib/$pragma_name/$_" } @ARGV;
2929
} else {
30-
@w_files = sort grep !/\.rej\z/,
30+
@w_files = sort grep !/( \.rej | ~ | \ \(Autosaved\)\.txt ) \z/nx,
3131
glob catfile(curdir(), "lib", $pragma_name, "*");
3232
}
3333

0 commit comments

Comments
 (0)