check: disable dirrem01/dirrem02

These two are racy again, per upstream report:
https://www.mail-archive.com/bug-tar@gnu.org/msg05719.html

Version: 1.31-1
This commit is contained in:
Pavel Raiskup 2019-01-10 10:46:44 +01:00
parent 3b055ef9f2
commit 5e7a7dca02

View File

@ -86,7 +86,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rmt.8*
%check %check
%if %{with check} %if %{with check}
rm -f $RPM_BUILD_ROOT/test/testsuite rm -f $RPM_BUILD_ROOT/test/testsuite
make check || ( make check TESTSUITEFLAGS='-k \!dirrem01,\!dirrem02' || (
# get the error log # get the error log
set +x set +x
find -name testsuite.log | while read line; do find -name testsuite.log | while read line; do