guix-commits
[Top][All Lists]
Advanced

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

06/08: tests: pack: Fix compressor extension.


From: guix-commits
Subject: 06/08: tests: pack: Fix compressor extension.
Date: Tue, 29 Jun 2021 15:18:15 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8108c266dc2fbc70602b2aa5c6887bf17bed16e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 21 01:10:40 2021 -0400

    tests: pack: Fix compressor extension.
    
    * 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 e8455b4..ae6247a 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)



reply via email to

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