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:
parent
d3f75179e5
commit
3ed56ad09b
|
@ -332,13 +332,6 @@
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(rmdir input)))))
|
(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)"
|
(test-assert "restore-file-set (signed, valid)"
|
||||||
(with-store store
|
(with-store store
|
||||||
(let* ((texts (unfold (cut >= <> 10)
|
(let* ((texts (unfold (cut >= <> 10)
|
||||||
|
|
Loading…
Reference in New Issue