tests: Adjust to new unbound-variable error message.

This is a followup to dc856223f5.

* tests/guix-package.sh: Adjust unbound-variable message regexp.
master
Ludovic Courtès 2017-11-11 15:33:47 +01:00
parent 4ad3a3f995
commit ae0307f7c2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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