me
/
guix
Archived
1
0
Fork 0

gnu: opensc: Eliminate obsolete test disablement.

This follows up on commit 508d5c5fa8,
I guess.

* gnu/packages/security-token.scm (opensc)[arguments]: Remove the
‘disable-broken-test’ phase.
master
Tobias Geerinckx-Rice 2020-01-10 13:26:06 +01:00
parent e0dde179ba
commit bfd995729b
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 7 deletions

View File

@ -254,13 +254,7 @@ website for more information about Yubico and the YubiKey.")
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
(string-append
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))
#t)))
(add-before 'check 'disable-broken-test
(lambda _
;; XXX: This test is fixed in git, remove this phase for >= 0.19.
(substitute* "doc/tools/Makefile"
(("TESTS = test-manpage.sh") "TESTS = "))
#t)))))
#t))))))
(inputs
`(("readline" ,readline)
("openssl" ,openssl)