summaryrefslogtreecommitdiff
path: root/tests/pack.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-05-30 09:55:28 +0200
committerLudovic Courtès <ludo@gnu.org>2018-06-01 14:18:31 +0200
commit44057a461b1fa8102938c4e0f54d7cbc9dd09b03 (patch)
tree54e1aa52e46cab105cd880e5868f8485ba64702e /tests/pack.scm
parent5d669883ecc104403c5d3ba7d172e9c02234577c (diff)
downloadpatches-44057a461b1fa8102938c4e0f54d7cbc9dd09b03.tar
patches-44057a461b1fa8102938c4e0f54d7cbc9dd09b03.tar.gz
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".
Diffstat (limited to 'tests/pack.scm')
-rw-r--r--tests/pack.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pack.scm b/tests/pack.scm
index 3bce715075..fcc53d12ef 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 <ludo@gnu.org>
+;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; 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")))