[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: tests: Adjust to Shepherd error message change.
From: |
Ludovic Courtès |
Subject: |
01/04: tests: Adjust to Shepherd error message change. |
Date: |
Wed, 20 Jul 2016 15:11:22 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit a849273509efb38e3f8ba740a7e1f63191413d91
Author: Ludovic Courtès <address@hidden>
Date: Wed Jul 20 14:49:01 2016 +0200
tests: Adjust to Shepherd error message change.
This is a followup to commit 2c2ec261a8d3c37e5147038f47ad24c57cde4134.
* tests/guix-system.sh: Adjust expected error message for Shepherd
services that are not provided.
---
tests/guix-system.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index d9e1679..77d4e28 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
+# Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
#
# 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.