summaryrefslogtreecommitdiff
path: root/indexing/xindex/doc/tests/runTests.sh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-16 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2021-08-16 03:00:42 +0000
commitd6ac6a6734f56dafac6d47e4a2d409d287fb668c (patch)
tree3aed824d94fa2f90061ded6f4f6d17aadb5aaf37 /indexing/xindex/doc/tests/runTests.sh
parent8e38006fd2e220c3a27208477dab7abbf7256370 (diff)
CTAN sync 202108160300
Diffstat (limited to 'indexing/xindex/doc/tests/runTests.sh')
-rwxr-xr-xindexing/xindex/doc/tests/runTests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexing/xindex/doc/tests/runTests.sh b/indexing/xindex/doc/tests/runTests.sh
index d0c5961407..a8a8b5fe6d 100755
--- a/indexing/xindex/doc/tests/runTests.sh
+++ b/indexing/xindex/doc/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"