mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Look for multi-digit column numbers in unbound variable test.
* tests/guix-system.sh: Match one or more digits in unbound-variable test.
This commit is contained in:
parent
b9aab870e5
commit
42d16037d8
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,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…
Reference in a new issue