strace/tests/execve-v.c
Dmitry V. Levin 68beed808a tests: use VERBOSE macro in execve and execve-v tests
* tests/execve-v.c (VERBOSE_EXECVE): Remove.
(VERBOSE): Define to 1.
* tests/execve.c (main): Check VERBOSE instead of VERBOSE_EXECVE.
2016-09-26 15:23:25 +00:00

4 lines
87 B
C

/* This file is part of execve-v strace test. */
#define VERBOSE 1
#include "execve.c"