https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Marcel de Rooy from comment #6)
Mark, Here are a few other potential candidates:
t/db_dependent/SuggestionEngine_ExplodedTerms.t: my $location = File::Spec->rel2abs(dirname(__FILE__)); t/db_dependent/www/auth_values_input_www.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/www/batch.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/www/search_utf8.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/zebra_config.pl:my $source = File::Spec->rel2abs('.');
Since you mentioned these, I'll put these on a separate bug. -- You are receiving this mail because: You are watching all bug changes.