strace/tests/execveat-v.c
Dmitry V. Levin 0400e2ca7d tests: use VERBOSE macro in execveat and execveat-v tests
* tests/execveat-v.c (VERBOSE_EXECVEAT): Remove.
(VERBOSE): Define to 1.
* tests/execveat.c (main): Check VERBOSE instead of VERBOSE_EXECVEAT.
2016-09-26 15:23:48 +00:00

4 lines
91 B
C

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