From cd462b2cb06f75ea70bcefe401c663663d47bfda Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Sun, 12 Nov 2023 11:16:36 +0000 Subject: Makefile: Remove reference to test file that does not exist. make check was failing. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 15cc34f..13cd01e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,6 @@ endif TESTS = \ tests/helper.scm \ tests/post.scm \ - tests/publisher-hut.scm \ tests/utils.scm TEST_EXTENSIONS = .scm -- cgit v1.2.3