diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-02 17:07:27 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-02 17:07:27 -0600 |
commit | 2c2a1236a6563b33941c275b89c8a53a85807c29 (patch) | |
tree | 56f4bed8cfbbb166ceee3f6b3575332de3da78db /harmony/libnih/parse-test-fix.patch | |
parent | 45304ec23139920de89cd91fe414ca67649bdb04 (diff) | |
download | packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.gz packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.bz2 packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.xz packages-2c2a1236a6563b33941c275b89c8a53a85807c29.zip |
harmony/libnih: what a surprise, ANOTHER broken dbus test
Diffstat (limited to 'harmony/libnih/parse-test-fix.patch')
-rw-r--r-- | harmony/libnih/parse-test-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/harmony/libnih/parse-test-fix.patch b/harmony/libnih/parse-test-fix.patch new file mode 100644 index 000000000..e993bf324 --- /dev/null +++ b/harmony/libnih/parse-test-fix.patch @@ -0,0 +1,11 @@ +--- libnih-1.0.3/nih-dbus-tool/tests/test_parse.c.old 2018-03-02 16:54:29.969068332 -0600 ++++ libnih-1.0.3/nih-dbus-tool/tests/test_parse.c 2018-03-02 17:05:41.629074683 -0600 +@@ -7908,7 +7908,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); |