From ef0f0d7e0b135f9fd1260a575bb90c0a96faae75 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 14 Oct 2020 15:52:29 +0200 Subject: [PATCH] Bug 23895: Fix check_sysprefs.t Signed-off-by: Jonathan Druart --- t/db_dependent/check_sysprefs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/check_sysprefs.t b/t/db_dependent/check_sysprefs.t index e57b15e68e..1a83baf176 100755 --- a/t/db_dependent/check_sysprefs.t +++ b/t/db_dependent/check_sysprefs.t @@ -30,7 +30,7 @@ GetOptions( 'showsql' => \$showsql ); use Test::More qw(no_plan); our $dbh = C4::Context->dbh; -my $root_dir = C4::Context->config('intranetdir') . '/installer/data/mysql'; +my $root_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/mandatory'; my $base_syspref_file = "sysprefs.sql"; open my $ref_fh, '<', "$root_dir/$base_syspref_file" or croak "Can't open '$root_dir/$base_syspref_file': $!"; -- 2.20.1