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
|
@ -125,9 +125,9 @@ else
|
||||||
then
|
then
|
||||||
# FIXME: With Guile 2.2.0 the error is reported on line 4.
|
# FIXME: With Guile 2.2.0 the error is reported on line 4.
|
||||||
# See <http://bugs.gnu.org/26107>.
|
# 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
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue