Drop the -test patch, causes koji build failures.

This commit is contained in:
Jerry James 2021-07-16 21:37:04 -06:00
commit 1f88aa4a0e
2 changed files with 2 additions and 15 deletions

View file

@ -1,11 +0,0 @@
--- tests/streams.tst.orig 2021-06-28 14:32:42.000000000 -0600
+++ tests/streams.tst 2021-07-16 16:59:50.530422810 -0600
@@ -1290,7 +1290,7 @@ T
(write-line "foo" s) "foo"
(let ((*reopen-open-file* nil)) ; stdout can be a file, it will be detected!
(with-open-file (copy s :direction :output) (streamp copy)))
-#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Minix" "Windows") :test #'equal) 'ERROR 'T)
+#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Linux" "Minix" "Windows") :test #'equal) 'ERROR 'T)
#+clisp
(progn

View file

@ -26,12 +26,10 @@ Source3: http://translationproject.org/latest/clisp/de.po
Patch0: %{name}-db.patch
# https://sourceforge.net/p/clisp/patches/32/
Patch1: %{name}-format.patch
# Work around for a test that fails with permission denied
Patch2: %{name}-test.patch
# Adapt to changes in pari 2.11.0
Patch3: %{name}-pari.patch
Patch2: %{name}-pari.patch
# The combination of register and volatile is nonsensical
Patch4: %{name}-register-volatile.patch
Patch3: %{name}-register-volatile.patch
BuildRequires: dbus-devel
BuildRequires: diffutils