summaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-11-11 15:33:47 +0100
committerLudovic Courtès <ludo@gnu.org>2017-11-11 15:33:47 +0100
commitae0307f7c2a6f382311a1cedcbbb3d35b6623bab (patch)
tree0be3f40d893ea61143d4abf6b67e84e0ad0ebbf8 /tests/guix-package.sh
parent4ad3a3f995dc9bd00edbe37eb773bf07d1ad14c0 (diff)
downloadpatches-ae0307f7c2a6f382311a1cedcbbb3d35b6623bab.tar
patches-ae0307f7c2a6f382311a1cedcbbb3d35b6623bab.tar.gz
tests: Adjust to new unbound-variable error message.
This is a followup to dc856223f5eab57d8a4881782ec0f50abd12afa3. * tests/guix-package.sh: Adjust unbound-variable message regexp.
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r--tests/guix-package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 99952f130c..ffc8c64e24 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -337,6 +337,6 @@ if guix package --bootstrap -n -m "$module_dir/manifest.scm" \
then false
else
cat "$module_dir/stderr"
- grep "manifest.scm:[1-3]:.*[Uu]nbound variable.*wonderful-package" \
+ grep "manifest.scm:[1-3]:.*wonderful-package.*: unbound variable" \
"$module_dir/stderr"
fi