summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvira Khabirova <lineprinter0@gmail.com>2023-02-18 19:40:24 +0100
committerElvira Khabirova <lineprinter0@gmail.com>2023-02-18 21:20:08 +0100
commitfbbc0575df37798fc3086c07bb1f00a887feb302 (patch)
treeb5dfd1de30b88889acb923db4bb14a9780787862
parent46a9270fd2cc8f6615133f142a618415c388d12b (diff)
downloadstrace-fbbc0575df37798fc3086c07bb1f00a887feb302.tar.gz
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 <lineprinter0@gmail.com>
-rw-r--r--tests/Makefile.am2
1 files changed, 0 insertions, 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 \