Remove references to test/data/incomplete-messages too

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2017-11-15 15:28:11 +00:00
parent 6fb2f4c00a
commit 85e89a4e9b
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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: