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/uptexdir/am | |
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/uptexdir/am')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index ab265786dc3..e7b4de8b3cb 100644 --- a/Build/source/texk/web2c/uptexdir/am/uptex.am +++ b/Build/source/texk/web2c/uptexdir/am/uptex.am @@ -181,13 +181,13 @@ endif UPWEB ## Test data and results ## ## uptexdir/upbibtex.test -DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg +DISTCLEANFILES += uptests/xexampl.aux uptests/xexampl.bbl uptests/xexampl.blg ## uptexdir/updvitype.test -DISTCLEANFILES += tests/xstory.dvityp tests/xpagenum.typ +DISTCLEANFILES += uptests/xstory.dvityp uptests/xpagenum.typ ## uptexdir/uppltotf.test -DISTCLEANFILES += tests/xcmr10.tfm +DISTCLEANFILES += uptests/xcmr10.tfm ## uptexdir/uptftopl.test -DISTCLEANFILES += tests/xcmr10.pl +DISTCLEANFILES += uptests/xcmr10.pl ## uptexdir/uptrip.test EXTRA_DIST += uptexdir/uptrip/uptrip.diffs uptexdir/uptrip/texmf.cnf uptrip.diffs: uptex$(EXEEXT) |