INHERIT_STDIN

⚠️ Deprecated ⚠️

This is deprecated since version 2.38.

#GTestTrapFlags is used only with g_test_trap_fork(), which is deprecated. g_test_trap_subprocess() uses #GTestSubprocessFlags.

If this flag is given, stdin of the child process is shared with stdin of its parent process. It is redirected to /dev/null otherwise.