Преглед изворни кода

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

Raphaël Hertzog пре 16 година
родитељ
комит
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;