diff options
Diffstat (limited to 'Build/source/texk/web2c/tests/bibtex-openout-test.pl')
-rwxr-xr-x | Build/source/texk/web2c/tests/bibtex-openout-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tests/bibtex-openout-test.pl b/Build/source/texk/web2c/tests/bibtex-openout-test.pl index cc00564e5d3..a9788545eb5 100755 --- a/Build/source/texk/web2c/tests/bibtex-openout-test.pl +++ b/Build/source/texk/web2c/tests/bibtex-openout-test.pl @@ -14,7 +14,7 @@ sub main $ENV{"openout_any"} = "p"; # should already be in texmf.cnf, but ... # .blg open of abs path should fail: - my $ret = &test_run ("./bibtex", "$srcdir/exampl.aux"); + my $ret = &test_run ("./bibtex", "$srcdir/tests/exampl.aux"); # The test fails if the program succeeded. Could also check the output. my $bad = ($ret == 0); |