I couldn't get testKoha to run until I modified the runtests line. Am I using
authortonnesen <tonnesen>
Sat, 1 Jun 2002 05:53:47 +0000 (05:53 +0000)
committertonnesen <tonnesen>
Sat, 1 Jun 2002 05:53:47 +0000 (05:53 +0000)
a different version of Test::Harness?

testKoha.pl

index b6a3ea4..bc60e9a 100644 (file)
@@ -4,4 +4,4 @@ use strict;
 use Test::Harness;
 
 
-runtests 't/koha.t t/Catalogue.t';
+runtests ('t/koha.t', 't/Catalogue.t');