Просмотр исходного кода

scripts/t/200_Dpkg_Shlibs.t: fix path of ld.so.conf file to load

Raphaël Hertzog лет назад: 16
Родитель
Сommit
f23c4acb75
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/t/200_Dpkg_Shlibs.t

+ 1 - 1
scripts/t/200_Dpkg_Shlibs.t

@@ -36,7 +36,7 @@ my $tmpdir = 't.tmp/200_Dpkg_Shlibs';
 # XXX: An alternative would be to make parse_ldso_conf relative path aware.
 my $cwd = cwd();
 chdir($srcdir);
-Dpkg::Shlibs::parse_ldso_conf("$datadir/ld.so.conf");
+Dpkg::Shlibs::parse_ldso_conf("t/200_Dpkg_Shlibs/ld.so.conf");
 chdir($cwd);
 
 use Data::Dumper;