diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 10:06:11 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 10:06:11 +0000 |
commit | e38aa1c20001cca438c00dac4f5c0886d142f215 (patch) | |
tree | 116e9dc4ad83c5971e58eff4aec9619239b4bd24 /Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl | |
parent | d3936b33b2d2a5f0fbe7df3ee3774b1bcae2eefb (diff) |
Fix several spurious parallel test failures
git-svn-id: svn://tug.org/texlive/trunk@29118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl')
-rwxr-xr-x | Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl b/Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl index c733f60b691..cf24a6e329a 100755 --- a/Build/source/texk/web2c/ptexdir/pbibtex-openout-test.pl +++ b/Build/source/texk/web2c/ptexdir/pbibtex-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 ("./pbibtex", "$srcdir/exampl.aux"); + my $ret = &test_run ("./pbibtex", "$srcdir/tests/exampl.aux"); # The test fails if the program succeeded. Could also check the output. my $bad = ($ret == 0); |