guix-commits
[Top][All Lists]
Advanced

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

04/06: tests: Remove check for a feature that appeared in Guile 2.0.10.


From: Ludovic Courtès
Subject: 04/06: tests: Remove check for a feature that appeared in Guile 2.0.10.
Date: Tue, 13 Nov 2018 09:05:23 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3ed56ad09b1d2be15e98d195b56886ec14899518
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 13 11:15:41 2018 +0100

    tests: Remove check for a feature that appeared in Guile 2.0.10.
    
    * tests/nar.scm: Remove test for 'open-sha256-input-port'.
---
 tests/nar.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tests/nar.scm b/tests/nar.scm
index d610ea5..ff16c3c 100644
--- a/tests/nar.scm
+++ b/tests/nar.scm
@@ -332,13 +332,6 @@
       (lambda ()
         (rmdir input)))))
 
-;; 'restore-file-set' depends on 'open-sha256-input-port', which in turn
-;; relies on a Guile 2.0.10+ feature.
-(test-skip (if (false-if-exception
-                (open-sha256-input-port (%make-void-port "r")))
-               0
-               3))
-
 (test-assert "restore-file-set (signed, valid)"
   (with-store store
     (let* ((texts (unfold (cut >= <> 10)



reply via email to

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