From: Simon McVittie Date: Wed, 15 Nov 2017 15:28:11 +0000 (+0000) Subject: Remove references to test/data/incomplete-messages too X-Git-Tag: dbus-1.13.0~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e89a4e9bb6482b42feb34185a17b889d41fb88;p=thirdparty%2Fdbus.git Remove references to test/data/incomplete-messages too Signed-off-by: Simon McVittie --- diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 7cef68c80..5b190b728 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -117,7 +117,6 @@ endif() set (TESTDIRS test/data test/data/invalid-messages - test/data/incomplete-messages test/data/auth test/data/sha-1 test/data/systemd-activation diff --git a/dbus/dbus-message-util.c b/dbus/dbus-message-util.c index 2a4cdf377..2fefbe4f8 100644 --- a/dbus/dbus-message-util.c +++ b/dbus/dbus-message-util.c @@ -725,13 +725,7 @@ dbus_internal_do_not_use_foreach_message_file (const char *test_d goto failed; check_memleaks (); - - if (!process_test_subdir (&test_directory, "incomplete-messages", - DBUS_VALID_BUT_INCOMPLETE, func, user_data)) - goto failed; - check_memleaks (); - retval = TRUE; failed: