summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-15 20:25:47 +0000
committerKarl Berry <karl@freefriends.org>2021-08-15 20:25:47 +0000
commit4efec5365d341d5fa255bab3d3f3f9e9b7e33ec4 (patch)
tree2cbaf517877b6d3fc98293e82d9ab2fb88c9f03a /Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
parentf65ec7271b9337bfe2710a83a853ae1e2dfa865c (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-xMaster/texmf-dist/doc/lualatex/xindex/tests/runTests.sh4
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"