diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-24 07:52:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-24 07:52:22 +0000 |
commit | 2a01f72400e8c5fe2544bb98c92f05df313c3522 (patch) | |
tree | 5bdf4313fe5a52a5d2ebefbe20cce12c5058ff70 /Build/source/texk/web2c/etexdir/wprob.test | |
parent | c8d2abcd493229d46a87834412470ee7bf52b515 (diff) |
texk/web2c: Avoid spurious failures of parallel-tests
git-svn-id: svn://tug.org/texlive/trunk@28926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir/wprob.test')
-rwxr-xr-x | Build/source/texk/web2c/etexdir/wprob.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/etexdir/wprob.test b/Build/source/texk/web2c/etexdir/wprob.test index c1908c516c4..44e12536833 100755 --- a/Build/source/texk/web2c/etexdir/wprob.test +++ b/Build/source/texk/web2c/etexdir/wprob.test @@ -1,14 +1,14 @@ #! /bin/sh -# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. -rm -rf wprob.* -cp $srcdir/tests/wprob.tex . +rm -rf ewprob.* +cp $srcdir/tests/wprob.tex ./ewprob.tex TEXMFCNF=$srcdir/../kpathsea \ - ./etex --ini --etex --file-line-error --interaction=nonstopmode wprob.tex + ./etex --ini --etex --file-line-error --interaction=nonstopmode ewprob.tex -grep '^\./wprob\.tex:12: Could not open file NoSuchFile\.eps\.$' \ - wprob.log || exit 1 +grep '^\./ewprob\.tex:12: Could not open file NoSuchFile\.eps\.$' \ + ewprob.log || exit 1 |