From e38aa1c20001cca438c00dac4f5c0886d142f215 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 15 Feb 2013 10:06:11 +0000 Subject: Fix several spurious parallel test failures git-svn-id: svn://tug.org/texlive/trunk@29118 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/tests/bibtex-longline-test.pl | 6 ++---- Build/source/texk/web2c/tests/bibtex-openout-test.pl | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'Build/source/texk/web2c/tests') diff --git a/Build/source/texk/web2c/tests/bibtex-longline-test.pl b/Build/source/texk/web2c/tests/bibtex-longline-test.pl index d800be2ef93..694378ef8cf 100755 --- a/Build/source/texk/web2c/tests/bibtex-longline-test.pl +++ b/Build/source/texk/web2c/tests/bibtex-longline-test.pl @@ -14,10 +14,8 @@ sub main # The blg and bbl file names are based on the aux name and cannot be # overridden. We can't write to the aux (source) directory, though, # because that's an absolute path and openout_any=p. Therefore, copy - # the input files to our working directory. - for my $ext ("aux", "bib") { - &test_file_copy ("$srcdir/tests/longline.$ext", "./longline.$ext"); - } + # the input aux file to our working directory. + &test_file_copy ("$srcdir/tests/longline.aux", "./longline.aux"); # Run BibTeX, quit if it fails. my $ret = &test_run ("./bibtex", "./longline.aux"); 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); -- cgit v1.2.3