View | Details | Raw Unified | Return to bug 25538
Collapse All | Expand All

(-)a/t/db_dependent/www/search_utf8.t (-3 / +2 lines)
Lines 67-77 my $opac = $ENV{KOHA_OPAC_URL}; Link Here
67
67
68
68
69
# test KOHA_INTRANET_URL is set
69
# test KOHA_INTRANET_URL is set
70
if ( not defined $intranet ) {
70
if ( not $intranet ) {
71
   plan skip_all => "Tests skip. You must set env. variable KOHA_INTRANET_URL to do tests\n";
71
   plan skip_all => "Tests skip. You must set env. variable KOHA_INTRANET_URL to do tests\n";
72
}
72
}
73
# test KOHA_OPAC_URL is set
73
# test KOHA_OPAC_URL is set
74
elsif ( not defined $opac ) {
74
elsif ( not $opac ) {
75
   plan skip_all => "Tests skip. You must set env. variable KOHA_OPAC_URL to do tests\n";
75
   plan skip_all => "Tests skip. You must set env. variable KOHA_OPAC_URL to do tests\n";
76
}
76
}
77
else {
77
else {
78
- 

Return to bug 25538