From 740b30464a2a54d4825f3482fc2b234a06d4374b Mon Sep 17 00:00:00 2001 From: tonnesen Date: Sat, 1 Jun 2002 05:53:47 +0000 Subject: [PATCH] I couldn't get testKoha to run until I modified the runtests line. Am I using a different version of Test::Harness? --- testKoha.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testKoha.pl b/testKoha.pl index b6a3ea44aa..bc60e9ac0e 100644 --- a/testKoha.pl +++ b/testKoha.pl @@ -4,4 +4,4 @@ use strict; use Test::Harness; -runtests 't/koha.t t/Catalogue.t'; +runtests ('t/koha.t', 't/Catalogue.t'); -- 2.39.5