tests: Adjust to unbound-variable exception printer.
* tests/guix-system.sh: Adjust unbound-variable test for commit
dc856223f5
.
This commit is contained in:
parent
e99f045cc8
commit
b70d72ac47
|
@ -123,9 +123,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]:.*[Uu]nbound variable.*GRUB-config" "$errorfile"
|
grep "$tmpfile:[49]:[0-9]: GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||||
else
|
else
|
||||||
grep "$tmpfile:9:.*[Uu]nbound variable.*GRUB-config" "$errorfile"
|
grep "$tmpfile:9:[0-9]: GRUB-config.*[Uu]nbound variable" "$errorfile"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue