guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: opensc: Eliminate obsolete test disablement.


From: guix-commits
Subject: 02/05: gnu: opensc: Eliminate obsolete test disablement.
Date: Fri, 10 Jan 2020 17:47:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bfd995729bac11466a3bb8b6a1414701935520d3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 13:26:06 2020 +0100

    gnu: opensc: Eliminate obsolete test disablement.
    
    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 | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 0f126d7..800aa05 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]