tests: vfs_path_string_convert - set terminal encoding to UTF-8 to avoid invalid conversions

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2024-09-13 10:29:42 +02:00
parent 2a1f00fd09
commit 68fb135720
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static struct vfs_class vfs_test_ops1, vfs_test_ops2, vfs_test_ops3;
static void
setup (void)
{
str_init_strings (NULL);
str_init_strings ("UTF-8");
vfs_init ();
vfs_init_localfs ();