From fbbc0575df37798fc3086c07bb1f00a887feb302 Mon Sep 17 00:00:00 2001 From: Elvira Khabirova Date: Sat, 18 Feb 2023 19:40:24 +0100 Subject: tests: remove getpid and getppid from check_PROGRAMS getpid and getppid are already listed in $(PURE_EXECUTABLES). Remove the duplicate entries. * tests/Makefile.am (check_PROGRAMS): Remove getpid and getppid. Fixes: v4.17~123 ("tests: add tests for getpid and getppid syscalls") Signed-off-by: Elvira Khabirova --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e10c34adb..4426cab0c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -152,9 +152,7 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \ fsync-y \ get_process_reaper \ getpgrp--pidns-translation \ - getpid \ getpid--pidns-translation \ - getppid \ getsid--pidns-translation \ gettid \ gettid--pidns-translation \ -- cgit v1.2.1