From 107554e28c09b1232211898a241404c3673ec2b6 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 27 Feb 2005 22:13:02 +0000 Subject: [PATCH] forgot to rename check.pl to run-tests.pl git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@44 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 30bf7160..5f709198 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,7 +10,7 @@ endif TESTS=\ prepare.sh \ -check.pl \ +run-tests.pl \ bug-03.sh \ bug-06.sh \ bug-12.sh \