[mksh] Remove workaround as Fedora Infrastructure is running mock 1.1.18 now

Robert Scheck robert at fedoraproject.org
Sun Dec 18 23:11:32 UTC 2011


commit fa5523195bdb54677bc7373b2faf1efcbd9e0743
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Dec 19 00:11:02 2011 +0100

    Remove workaround as Fedora Infrastructure is running mock 1.1.18 now

 mksh.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index 82e7452..70a7b96 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -41,10 +41,7 @@ install -D -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.mkshrc
 
 %check
 echo > test.wait
-# Do not run any test requiring openpty(3) until Fedora buildsystem is running
-# mock 1.1.12 or better, which should fix the current issue in 1.1.8 (#726271).
-# script -qc './test.sh -v; x=$?; rm -f test.wait; exit $x'
-script -qc './test.sh -v -C regress:no-ctty; x=$?; rm -f test.wait; exit $x'
+script -qc './test.sh -v; x=$?; rm -f test.wait; exit $x'
 maxwait=0
 while test -e test.wait; do
   sleep 1


More information about the scm-commits mailing list