From 7033a90659fdd65b90ea0c067bdd9a1c2a33239c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 4 Jan 2026 23:52:27 -0500 Subject: [PATCH] fix: drop check --- tests.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.mk b/tests.mk index 10de496b0..c31d42db0 100644 --- a/tests.mk +++ b/tests.mk @@ -285,7 +285,6 @@ deploy-test-static: test-ci-binaries: docker exec dokku bash -c "whereis logrotate" || { echo "logrotate not found" ; exit 1; } docker exec dokku bash -c "whereis rsyslog" || { echo "rsyslog not found" ; exit 1; } - docker exec dokku bash -c "whereis syslog-ng" && { echo "syslog-ng found" ; exit 1; } deploy-tests: @echo running deploy tests...