gnu: texlive-bin: Fix substitution regexp.

This is a followup to commit be200ef316.

* gnu/packages/tex.scm (texlive-bin)[arguments]: In
'disable-failing-test' phase, escape "|" characters.
This commit is contained in:
Ludovic Courtès 2018-11-14 23:49:19 +01:00
parent 79ee97a144
commit 21f7d88e7a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
;; FIXME: This test fails on 32-bit architectures since Glibc 2.28:
;; <https://bugzilla.redhat.com/show_bug.cgi?id=1631847>.
(substitute* "texk/web2c/omegafonts/check.test"
(("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck || exit 1")
(("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck \\|\\| exit 1")
"./omfonts -ofm2opl $srcdir/tests/check tests/xcheck || exit 77"))
#t))
(add-after 'install 'postint