diff options
Diffstat (limited to 't')
-rw-r--r-- | t/01history.t | 2 |
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); |