Skip to content

Commit

Permalink
mendex,upmendex: tweak tests
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build@58708 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
t-tk committed Apr 3, 2021
1 parent 5a858ab commit 6f8d1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/texk/mendexk/tests/mendex.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
TEXMFCNF=$srcdir/../kpathsea
export TEXMFCNF

rm -f foo.*
rm -f foo.* uni.* pprec*.*

./mendex $srcdir/tests/foo.idx -o foo.ind1 -t foo.ilg1 \
&& diff $srcdir/tests/foo.ind foo.ind1 || exit 1
Expand Down
2 changes: 1 addition & 1 deletion source/texk/upmendex/tests/upmendex.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
TEXMFCNF=$srcdir/../kpathsea
export TEXMFCNF

rm -f foo.*
rm -f foo.* uni.* pprec*.*

./upmendex $srcdir/tests/foo.idx -o foo.ind1 -t foo.ilg1 \
&& diff $srcdir/tests/foo.ind foo.ind1 || exit 1
Expand Down

0 comments on commit 6f8d1e0

Please sign in to comment.