[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: tests: Fix arguments in pack test.
From: |
Ricardo Wurmus |
Subject: |
01/01: tests: Fix arguments in pack test. |
Date: |
Wed, 30 May 2018 03:56:50 -0400 (EDT) |
rekado pushed a commit to branch core-updates
in repository guix.
commit a82eefe65a7319edd28034747b601c21da924f16
Author: Ricardo Wurmus <address@hidden>
Date: Wed May 30 09:55:28 2018 +0200
tests: Fix arguments in pack test.
This is a follow-up to commit 5ffac538aa604b71814ac74579626f0d3110b96e.
* tests/pack.scm (self-contained-tarball): Adjust arguments to
"self-contained-tarball".
---
tests/pack.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/pack.scm b/tests/pack.scm
index 3bce715..fcc53d1 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -61,7 +62,7 @@
#:symlinks '(("/bin/Guile"
-> "bin/guile"))
#:compressor %gzip-compressor
- #:tar %tar-bootstrap))
+ #:archiver %tar-bootstrap))
(check (gexp->derivation
"check-tarball"
#~(let ((guile (string-append "." #$profile "/bin")))