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.
This commit is contained in:
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

View file

@ -254,13 +254,7 @@ (define-public opensc
(("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)