summaryrefslogtreecommitdiff
path: root/sys-libs/libnih/files/libnih-1.0.3-expat-2.2.5.patch
blob: 02b5e4c0a9e2c914892ead39c75a361c911d1a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Adapt test suite to expat 2.2.5
Author: Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/886416

--- a/nih-dbus-tool/tests/test_parse.c
+++ b/nih-dbus-tool/tests/test_parse.c
@@ -7950,7 +7950,7 @@
 
 		TEST_EQ_P (node, NULL);
 
-		TEST_FILE_EQ (output, ("test:foo:2:0: "
+		TEST_FILE_EQ (output, ("test:foo:1:36: "
 				       "Invalid object path in <node> name attribute\n"));
 		TEST_FILE_END (output);
 		TEST_FILE_RESET (output);