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

* tests/nar.scm: Remove test for 'open-sha256-input-port'.
This commit is contained in:
Ludovic Courtès 2018-11-13 11:15:41 +01:00
parent d3f75179e5
commit 3ed56ad09b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 7 deletions

View File

@ -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)