summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-15 15:28:11 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-15 15:28:11 +0000
commit85e89a4e9bb6482b42feb34185a17b889d41fb88 (patch)
tree9062d350012430de141100b175d9e379040273bc
parent6fb2f4c00aa3f7cb4004e4ac88c8bdc6b0573f09 (diff)
Remove references to test/data/incomplete-messages too
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--cmake/test/CMakeLists.txt1
-rw-r--r--dbus/dbus-message-util.c6
2 files changed, 0 insertions, 7 deletions
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: