File libnih-fix-test-parse.patch of Package libnih
--- a/nih-dbus-tool/tests/test_parse.c
+++ b/nih-dbus-tool/tests/test_parse.c
@@ -7950,8 +7950,8 @@ test_parse_xml (void)
TEST_EQ_P (node, NULL);
- TEST_FILE_EQ (output, ("test:foo:2:0: "
- "Invalid object path in <node> name attribute\n"));
+ TEST_FILE_MATCH (output, ("test:foo:[0-9]*:[0-9]*: "
+ "Invalid object path in <node> name attribute\n"));
TEST_FILE_END (output);
TEST_FILE_RESET (output);
}