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:
parent
79ee97a144
commit
21f7d88e7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue