tests: fix typo

* tests/dup3.c (SKIP_MAIN_UNDEFINED): Remove duplicated &&.
This commit is contained in:
JingPiao Chen 2017-06-12 23:33:00 +08:00 committed by Dmitry V. Levin
parent 127962f217
commit 1d2dddc73f

View File

@ -23,6 +23,6 @@ main(void)
#else
SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC")
SKIP_MAIN_UNDEFINED("__NR_dup3 && O_CLOEXEC")
#endif