Home
last modified time | relevance | path

Searched refs:in_test (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/exec/
H A Dexecveat.c458 const char *in_test = getenv("IN_TEST"); in main() local
499 if (!in_test || strcmp(in_test, "yes") != 0) { in main()