summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-07-19 14:21:39 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-07-19 14:21:39 +0000
commit4abe81dc4bbab339331c8952e121a95e03d556dc (patch)
tree6749bed9716b5ec9f7b21ee15d8351ddb1548cd1 /t
parentfc6d62df1761f3ca670b26e64598e15e514f8b5d (diff)
downloadperl-MDV-Distribconf-4abe81dc4bbab339331c8952e121a95e03d556dc.tar
perl-MDV-Distribconf-4abe81dc4bbab339331c8952e121a95e03d556dc.tar.gz
perl-MDV-Distribconf-4abe81dc4bbab339331c8952e121a95e03d556dc.tar.bz2
perl-MDV-Distribconf-4abe81dc4bbab339331c8952e121a95e03d556dc.tar.xz
perl-MDV-Distribconf-4abe81dc4bbab339331c8952e121a95e03d556dc.zip
- rename sparc64 to sparcv9
Diffstat (limited to '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);