summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
Diffstat (limited to 't/TEST')
-rw-r--r--t/TEST5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index e9ed3e9d4b..a554c3491e 100644
--- a/t/TEST
+++ b/t/TEST
@@ -1,6 +1,6 @@
#!./perl
-# $Header: TEST,v 3.0 89/10/18 15:24:06 lwall Locked $
+# $Header: TEST,v 3.0.1.1 89/11/11 04:58:01 lwall Locked $
# This is written in a peculiar style, since we're trying to avoid
# most of the constructs we'll be testing for.
@@ -30,6 +30,9 @@ while ($test = shift) {
if ($test =~ /\.orig$/) {
next;
}
+ if ($test =~ /\.rej$/) {
+ next;
+ }
if ($test =~ /~$/) {
next;
}