From: JingPiao Chen Date: Mon, 12 Jun 2017 15:33:00 +0000 (+0800) Subject: tests: fix typo X-Git-Tag: v4.18~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2dddc73f0ef7f3cdb2252551a6ca5939e923c0;p=strace tests: fix typo * tests/dup3.c (SKIP_MAIN_UNDEFINED): Remove duplicated &&. --- diff --git a/tests/dup3.c b/tests/dup3.c index 252e8469..7a65b614 100644 --- a/tests/dup3.c +++ b/tests/dup3.c @@ -23,6 +23,6 @@ main(void) #else -SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC") +SKIP_MAIN_UNDEFINED("__NR_dup3 && O_CLOEXEC") #endif