diff options
| -rw-r--r-- | tests/pack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.scm b/tests/pack.scm index e8455b4f37a..ae6247a1d51 100644 --- a/tests/pack.scm +++ b/tests/pack.scm | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (define %gzip-compressor | 51 | (define %gzip-compressor |
| 52 | ;; Compressor that uses the bootstrap 'gzip'. | 52 | ;; Compressor that uses the bootstrap 'gzip'. |
| 53 | ((@ (guix scripts pack) compressor) "gzip" | 53 | ((@ (guix scripts pack) compressor) "gzip" |
| 54 | "gz" | 54 | ".gz" |
| 55 | #~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n"))) | 55 | #~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n"))) |
| 56 | 56 | ||
| 57 | (define %tar-bootstrap %bootstrap-coreutils&co) | 57 | (define %tar-bootstrap %bootstrap-coreutils&co) |
