mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
tests: Adjust to new "unbound variable" messages.
This is a followup to 2d2f98efb3.
* tests/guix-system.sh: Adjust regexps to match "error:".
This commit is contained in:
parent
9f7d666566
commit
7acdecec99
1 changed files with 2 additions and 2 deletions
|
|
@ -125,9 +125,9 @@ else
|
|||
then
|
||||
# FIXME: With Guile 2.2.0 the error is reported on line 4.
|
||||
# See <http://bugs.gnu.org/26107>.
|
||||
grep "$tmpfile:[49]:[0-9]\+: GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||
grep "$tmpfile:[49]:[0-9]\+:.*GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||
else
|
||||
grep "$tmpfile:9:[0-9]\+: GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||
grep "$tmpfile:9:[0-9]\+:.*GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue