From 1d2dddc73f0ef7f3cdb2252551a6ca5939e923c0 Mon Sep 17 00:00:00 2001 From: JingPiao Chen Date: Mon, 12 Jun 2017 23:33:00 +0800 Subject: [PATCH] tests: fix typo * tests/dup3.c (SKIP_MAIN_UNDEFINED): Remove duplicated &&. --- tests/dup3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1