diff tests/test-map.c @ 241:76afe639fd72

misc: add support for NLS, closes #22510 @4h While here cleanup the path functions in sys.c/sys.h
author David Demelier <markand@malikania.fr>
date Sat, 28 Nov 2020 18:00:05 +0100
parents 64f24b482722
children 196264679079
line wrap: on
line diff
--- a/tests/test-map.c	Fri Nov 27 21:34:07 2020 +0100
+++ b/tests/test-map.c	Sat Nov 28 18:00:05 2020 +0100
@@ -159,7 +159,7 @@
 	 * we will skip if it fails to initialize.
 	 */
 
-	if (core_init() && window_open("test-map", 100, 100)) {
+	if (core_init("fr.malikania", "test") && window_open("test-map", 100, 100)) {
 		GREATEST_RUN_SUITE(suite_basics);
 		GREATEST_RUN_SUITE(suite_errors);
 	}