mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ (define %tar-bootstrap %bootstrap-coreutils&co)
|
|||
;; quite inexpensively; see <https://bugs.gnu.org/32184>.
|
||||
|
||||
(with-external-store store
|
||||
(unless store (tests-skip 1))
|
||||
(unless store (test-skip 1))
|
||||
(test-assertm "self-contained-tarball" store
|
||||
(mlet* %store-monad
|
||||
((profile (profile-derivation (packages->manifest
|
||||
|
|
Loading…
Reference in a new issue