]> granicus.if.org Git - strace/commitdiff
tests: fix typo
authorJingPiao Chen <chenjingpiao@gmail.com>
Mon, 12 Jun 2017 15:33:00 +0000 (23:33 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jun 2017 15:47:39 +0000 (15:47 +0000)
* tests/dup3.c (SKIP_MAIN_UNDEFINED): Remove duplicated &&.

tests/dup3.c

index 252e846937955fee5883b408bcd1d17645e1c5ba..7a65b61419385efb4407462fe0e8a51e12b37662 100644 (file)
@@ -23,6 +23,6 @@ main(void)
 
 #else
 
-SKIP_MAIN_UNDEFINED("__NR_dup3 && && O_CLOEXEC")
+SKIP_MAIN_UNDEFINED("__NR_dup3 && O_CLOEXEC")
 
 #endif