aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/guix-package.sh21
1 files changed, 11 insertions, 10 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index f84893ba0b..7b101aa501 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -62,18 +62,19 @@ then
# name and version string.
installed="`guix package -p "$profile" --list-installed | cut -f1 | xargs echo | sort`"
case "x$installed" in
- "guile-bootstrap make-boot0")
- true;;
- "make-boot0 guile-bootstrap")
- true;;
- "*")
+ "guile-bootstrap make-boot0")
+ true;;
+ "make-boot0 guile-bootstrap")
+ true;;
+ "*")
false;;
esac
test "`guix package -p "$profile" -I 'g.*e' | cut -f1`" = "guile-bootstrap"
# Search.
- test "`guix package -s "GNU Hello" | grep ^name:`" = "name: hello"
+ test "`guix package -s "An example GNU package" | grep ^name:`" = \
+ "name: hello"
test "`guix package -s "n0t4r341p4ck4g3"`" = ""
# Remove a package.
@@ -92,10 +93,10 @@ then
# Move to the empty profile.
for i in `seq 1 3`
do
- guix package --bootstrap --roll-back -p "$profile"
- ! test -f "$profile/bin"
- ! test -f "$profile/lib"
- test "`readlink_base "$profile"`" = "$profile-0-link"
+ guix package --bootstrap --roll-back -p "$profile"
+ ! test -f "$profile/bin"
+ ! test -f "$profile/lib"
+ test "`readlink_base "$profile"`" = "$profile-0-link"
done
# Reinstall after roll-back to the empty profile.
2-18 05:41:57 +0100'>2021-12-18gnu: fswatch: Update to 1.16.0.Tobias Geerinckx-Rice 2021-12-14gnu: python-pyzabbix: Update to 1.0.0.Marius Bakke 2021-12-13gnu: Further simplify package inputs.Ludovic Courtès 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-12-05gnu: python-whisper: Update to 1.1.8.Marius Bakke 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-11gnu: Move a few Python packages to (gnu packages python-build).Maxim Cournoyer 2021-11-08gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice 2021-09-26gnu: python2-whisper: Remove package.Maxim Cournoyer 2021-09-26gnu: python-carbon: Update to 1.1.8 and rename from python2-carbon.Maxim Cournoyer 2021-09-03gnu: Add fatrace.Raphaël Mélotte 2021-05-28gnu: hostscope: Add 'release-monitoring-url' property.Ludovic Courtès 2021-05-28gnu: Add hostscope.Stefan Reichör 2021-04-04gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].Léo Le Bouter 2021-03-04gnu: zabbix-agentd: Update to 5.2.5.Tobias Geerinckx-Rice 2021-02-28gnu: python-pyzabbix: Use HTTPS home page URI.Nicolas Goaziou 2021-02-22gnu: Add temper-exporter.Christopher Baines 2021-02-06gnu: Add python-pyzabbix.Marius Bakke 2021-02-06gnu: Add zabbix-cli.Marius Bakke 2021-01-03gnu: zabbix-agentd: Enable IPv6.Tobias Geerinckx-Rice 2021-01-03gnu: zabbix-agentd: Update to 5.2.3.Tobias Geerinckx-Rice 2020-12-07gnu: zabbix-agentd: Update to 5.2.2.Tobias Geerinckx-Rice 2020-11-25gnu: collectd: Update to 5.12.0.Lars-Dominik Braun 2020-11-18gnu: zabbix-agentd, zabbix-server: Update to 5.2.1.Tobias Geerinckx-Rice 2020-10-29gnu: zabbix-agentd, zabbix-server: Update to 5.2.0.Oleg Pykhalov