tests: Fix typo.
This is a followup to 19c924af4f
.
* tests/pack.scm: Fix typo in 'test-skip'.
This commit is contained in:
parent
20a3df0fd3
commit
ec397b312f
|
@ -55,7 +55,7 @@
|
||||||
;; quite inexpensively; see <https://bugs.gnu.org/32184>.
|
;; quite inexpensively; see <https://bugs.gnu.org/32184>.
|
||||||
|
|
||||||
(with-external-store store
|
(with-external-store store
|
||||||
(unless store (tests-skip 1))
|
(unless store (test-skip 1))
|
||||||
(test-assertm "self-contained-tarball" store
|
(test-assertm "self-contained-tarball" store
|
||||||
(mlet* %store-monad
|
(mlet* %store-monad
|
||||||
((profile (profile-derivation (packages->manifest
|
((profile (profile-derivation (packages->manifest
|
||||||
|
|
Loading…
Reference in New Issue