testing/ostest: Fix config name

CONFIG_ARCH_HAVE_VFORK -> CONFIG_ARCH_HAVE_FORK
This commit is contained in:
SPRESENSE 2024-05-15 12:39:47 +09:00 committed by Alan Carvalho de Assis
parent af1071ba5f
commit 2ce6be617b

View File

@ -590,7 +590,7 @@ static int user_main(int argc, char *argv[])
check_test_memory_usage();
#endif
#if defined(CONFIG_ARCH_HAVE_VFORK) && defined(CONFIG_SCHED_WAITPID)
#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID)
#ifndef CONFIG_BUILD_KERNEL
printf("\nuser_main: vfork() test\n");
vfork_test();