guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49149] [PATCH v2 6/7] tests: pack: Fix compressor extension.


From: Maxim Cournoyer
Subject: [bug#49149] [PATCH v2 6/7] tests: pack: Fix compressor extension.
Date: Thu, 24 Jun 2021 00:40:48 -0400

* tests/pack.scm (%gzip-compressor): Add the missing leading period to the
gzip compressor file extension.
---
 tests/pack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pack.scm b/tests/pack.scm
index e8455b4f37..ae6247a1d5 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -51,7 +51,7 @@
 (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)
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]