mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: pack: Fix compressor extension.
* tests/pack.scm (%gzip-compressor): Add the missing leading period to the gzip compressor file extension.
This commit is contained in:
parent
4f3bdc8f21
commit
8108c266dc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ (define-syntax-rule (test-assertm name store exp)
|
|||
(define %gzip-compressor
|
||||
;; Compressor that uses the bootstrap 'gzip'.
|
||||
((@ (guix scripts pack) compressor) "gzip"
|
||||
"gz"
|
||||
".gz"
|
||||
#~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n")))
|
||||
|
||||
(define %tar-bootstrap %bootstrap-coreutils&co)
|
||||
|
|
Loading…
Reference in a new issue