diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-15 20:25:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-15 20:25:47 +0000 |
commit | 4efec5365d341d5fa255bab3d3f3f9e9b7e33ec4 (patch) | |
tree | 2cbaf517877b6d3fc98293e82d9ab2fb88c9f03a /Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh | |
parent | f65ec7271b9337bfe2710a83a853ae1e2dfa865c (diff) |
xindex (15aug21)
git-svn-id: svn://tug.org/texlive/trunk@60248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh')
-rwxr-xr-x | Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh b/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh index d0c5961407f..a8a8b5fe6d1 100755 --- a/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh +++ b/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh @@ -16,8 +16,8 @@ lualatex demo3 > /dev/null xindex -l de demo3 > /dev/null lualatex demo3 > /dev/null -echo "demo4" -xindex demo4 > /dev/null +echo "demo4 with multiple input files" +xindex demo2 demo3.idx demo4 > /dev/null lualatex demo4 > /dev/null echo "demo-hyperref" |