summaryrefslogtreecommitdiff
path: root/t/pragma/strict.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/strict.t')
-rwxr-xr-xt/pragma/strict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/strict.t b/t/pragma/strict.t
index c4d64164e6..167b3604f5 100755
--- a/t/pragma/strict.t
+++ b/t/pragma/strict.t
@@ -19,7 +19,7 @@ my @prgs = () ;
foreach (sort glob("pragma/strict-*")) {
- next if /(~|\.orig)$/;
+ next if /(~|\.orig|,v)$/;
open F, "<$_" or die "Cannot open $_: $!\n" ;
while (<F>) {