[perl] lib/perl5db.t will fail if Term::ReadLine::Gnu is available

Petr Pisar ppisar at fedoraproject.org
Fri Sep 21 09:41:05 UTC 2012


commit c76ec8559663eae1b059b7948c4976abc9a274bd
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Sep 21 11:22:51 2012 +0200

    lib/perl5db.t will fail if Term::ReadLine::Gnu is available

 perl.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index c853e9a..936ea34 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1633,7 +1633,8 @@ sed \
 #%%fix_shbang_line $T_FILES
 #%%{__chmod} +x $T_FILES
 #%%{_fixperms} %%{buildroot}%%{perl5_testdir}
-
+#
+# lib/perl5db.t will fail if Term::ReadLine::Gnu is available
 %check
 %if %{with test}
 %if %{parallel_tests}


More information about the scm-commits mailing list