summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-06 00:05:11 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-06 00:07:17 +0100
commit29833b26eba0b02fd25d84b9999be3048c3f60d3 (patch)
tree6e25a3530536e1d2e904c9419c16632f2f84e00e /tests
parentaca54b395e8778e85cd8fcda2724b7a5f67169fb (diff)
build: Update skip count in `tests/derivations.scm'.
* tests/derivations.scm: When %STORE if #f, skip 11 tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/derivations.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/derivations.scm b/tests/derivations.scm
index 14e1863a12..203bd9032f 100644
--- a/tests/derivations.scm
+++ b/tests/derivations.scm
@@ -76,7 +76,7 @@
(and (equal? b1 b2)
(equal? d1 d2))))
-(test-skip (if %store 0 4))
+(test-skip (if %store 0 11))
(test-assert "add-to-store, flat"
(let* ((file (search-path %load-path "language/tree-il/spec.scm"))