From 651445d0c96c3a2c8f60c14abbf2b5b09e2ed9a4 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 10 Aug 2024 13:08:11 +0200 Subject: [PATCH] Move forkpty test from EXPECT_NAMES to NAMES. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index d98fee8e43..df8938f351 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -25,7 +25,6 @@ EXPECT_NAMES=\ math \ netdb/getaddrinfo \ ptrace \ - pty/forkpty \ regex \ select \ setjmp \ @@ -158,6 +157,7 @@ DYNAMIC_ONLY_NAMES=\ NAMES=\ $(EXPECT_NAMES) \ dirent/main \ + pty/forkpty \ pwd \ sa_restart \ sigchld \