build: Update skip count in `tests/derivations.scm'.

* tests/derivations.scm: When %STORE if #f, skip 11 tests.
This commit is contained in:
Ludovic Courtès 2012-12-06 00:05:11 +01:00
parent aca54b395e
commit 29833b26eb
1 changed files with 1 additions and 1 deletions

View File

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