gnu: opensc: Eliminate obsolete test disablement.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 12:26:06 +0000 (13:26 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 22:47:28 +0000 (23:47 +0100)
This follows up on commit 508d5c5fa883a3cee53f8da358d853d4b245496c,
I guess.

* gnu/packages/security-token.scm (opensc)[arguments]: Remove the
‘disable-broken-test’ phase.

gnu/packages/security-token.scm

index 0f126d7..800aa05 100644 (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)