[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: tests: Fix guix-package.sh.
From: |
guix-commits |
Subject: |
01/01: tests: Fix guix-package.sh. |
Date: |
Mon, 13 May 2019 11:12:59 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ccabb664ed55d44767e037bb73169be2ecf9449d
Author: Maxim Cournoyer <address@hidden>
Date: Mon May 13 10:54:13 2019 -0400
tests: Fix guix-package.sh.
GCC is now a hidden package, so cannot be installed.
* tests/guix-package.sh: Replace 'gcc' by 'zile' in a test that install
multiple packages.
---
tests/guix-package.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 262d29b..767c3f8 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -85,7 +85,7 @@ then false; else true; fi
guix package -p "$profile" --delete-generations=0
# Make sure multiple arguments to -i works.
-guix package --bootstrap -i guile gcc -p "$profile" -n
+guix package --bootstrap -i guile zile -p "$profile" -n
# Make sure the `:' syntax works.
guix package --bootstrap -i "glibc:debug" -p "$profile" -n