summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-11-13 11:15:41 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-13 14:59:45 +0100
commit3ed56ad09b1d2be15e98d195b56886ec14899518 (patch)
tree3e8a174ac42408e0bf57d74ec32cdf5e2a218bf5 /tests
parentd3f75179e5741db29358e3e723146fd20ec79de9 (diff)
downloadgnu-guix-3ed56ad09b1d2be15e98d195b56886ec14899518.tar
gnu-guix-3ed56ad09b1d2be15e98d195b56886ec14899518.tar.gz
tests: Remove check for a feature that appeared in Guile 2.0.10.
* tests/nar.scm: Remove test for 'open-sha256-input-port'.
Diffstat (limited to 'tests')
-rw-r--r--tests/nar.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/nar.scm b/tests/nar.scm
index d610ea53f7..ff16c3c400 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)