Remove workaround as Fedora Infrastructure is running mock 1.1.18 now
This commit is contained in:
parent
c473ffde23
commit
fa5523195b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user