From a3b0d9ede96f4238b4b7043d419c271af1bc5814 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 25 Apr 2022 11:01:58 -0500 Subject: user/lsof: test suite: do not prompt for input. fixes #552. --- user/lsof/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'user') diff --git a/user/lsof/APKBUILD b/user/lsof/APKBUILD index 5330d1a7a..abf4075b5 100644 --- a/user/lsof/APKBUILD +++ b/user/lsof/APKBUILD @@ -34,7 +34,9 @@ check() { # The LTsock test will fail if /etc/hosts is not set correctly. # Make sure that 127.0.0.1 and ::1 have aliases corresponding to # `hostname`. - printf "y" | make -C tests + sed -i tests/CkTestDB \ + -e 's/^# This dialect may never have been validated.*$/exit 0/' + make -C tests make -C tests opt } -- cgit v1.2.3-70-g09d2