diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-13 11:15:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-13 14:59:45 +0100 |
commit | 3ed56ad09b1d2be15e98d195b56886ec14899518 (patch) | |
tree | 3e8a174ac42408e0bf57d74ec32cdf5e2a218bf5 /tests | |
parent | d3f75179e5741db29358e3e723146fd20ec79de9 (diff) | |
download | patches-3ed56ad09b1d2be15e98d195b56886ec14899518.tar patches-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.scm | 7 |
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) |