summaryrefslogtreecommitdiffstats
path: root/t/01history.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01history.t')
-rw-r--r--t/01history.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01history.t b/t/01history.t
index 40e4099..92175fc 100644
--- a/t/01history.t
+++ b/t/01history.t
@@ -6,7 +6,7 @@ use strict;
use Test::More;
use MDV::Distribconf;
-my @testdpath = glob('testdata/history/*/*/*');
+my @testdpath = grep { ! /SRPMS/ } glob('testdata/history/*/*/*');
plan tests => 6 * scalar(@testdpath);