diff options
Diffstat (limited to 't/TEST')
-rw-r--r-- | t/TEST | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; } |