Testsuite: fixup testsuite test about flavours
[exim.git] / test / lib / Exim / Runtest.pm
index 537cea1e9513df139f68515be3261d18810c574e..e41a29c8cb83cc0bb03b1375ecaf7d21657db55f 100644 (file)
@@ -137,7 +137,7 @@ sub flavour {
 
 sub flavours {
     my %h = map { /\.(\S+)$/, 1 }
-            glob('stdout/*.*'), glob('stderr/*.*');
+            grep { !/\.orig$/ } glob('stdout/*.*'), glob('stderr/*.*');
     return sort keys %h;
 }