mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 22:40:08 +01:00
tests: Remove leftover references to valid-messages directory
Now that the directory doesn't exist in git, the embedded tests fail in a clean git checkout. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
336ff50c97
commit
6fb2f4c00a
2 changed files with 0 additions and 8 deletions
|
|
@ -116,7 +116,6 @@ endif()
|
|||
### keep these in creation order, i.e. uppermost dirs first
|
||||
set (TESTDIRS
|
||||
test/data
|
||||
test/data/valid-messages
|
||||
test/data/invalid-messages
|
||||
test/data/incomplete-messages
|
||||
test/data/auth
|
||||
|
|
@ -127,7 +126,6 @@ set (TESTDIRS
|
|||
test/data/valid-config-files/session.d
|
||||
test/data/valid-config-files-system
|
||||
test/data/valid-config-files-system/system.d
|
||||
test/data/valid-messages
|
||||
test/data/valid-service-files
|
||||
test/data/valid-service-files-system
|
||||
test/data/invalid-config-files
|
||||
|
|
|
|||
|
|
@ -719,13 +719,7 @@ dbus_internal_do_not_use_foreach_message_file (const char *test_d
|
|||
retval = FALSE;
|
||||
|
||||
_dbus_string_init_const (&test_directory, test_data_dir);
|
||||
|
||||
if (!process_test_subdir (&test_directory, "valid-messages",
|
||||
DBUS_VALID, func, user_data))
|
||||
goto failed;
|
||||
|
||||
check_memleaks ();
|
||||
|
||||
if (!process_test_subdir (&test_directory, "invalid-messages",
|
||||
DBUS_INVALID_FOR_UNKNOWN_REASON, func, user_data))
|
||||
goto failed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue