mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Adjust to Shepherd error message change.
This is a followup to commit 2c2ec261a8
.
* tests/guix-system.sh: Adjust expected error message for Shepherd
services that are not provided.
This commit is contained in:
parent
5f01078129
commit
a849273509
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# GNU Guix --- Functional package management for GNU
|
||||
# Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||||
# Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||
#
|
||||
# This file is part of GNU Guix.
|
||||
#
|
||||
|
@ -139,7 +139,7 @@ if guix system build "$tmpfile" 2> "$errorfile"
|
|||
then
|
||||
exit 1
|
||||
else
|
||||
grep "service 'buggy!'.*'does-not-exist'.*undefined" "$errorfile"
|
||||
grep "service 'buggy!'.*'does-not-exist'.*not provided" "$errorfile"
|
||||
fi
|
||||
|
||||
# Reporting inconsistent user accounts.
|
||||
|
|
Loading…
Reference in a new issue