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