testing/ostest: Fix config name
CONFIG_ARCH_HAVE_VFORK -> CONFIG_ARCH_HAVE_FORK
This commit is contained in:
parent
af1071ba5f
commit
2ce6be617b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user