aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-modindex/05order.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-modindex/05order.sh')
-rw-r--r--tests/test-modindex/05order.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-modindex/05order.sh b/tests/test-modindex/05order.sh
index f9c560c..24676d5 100644
--- a/tests/test-modindex/05order.sh
+++ b/tests/test-modindex/05order.sh
@@ -30,7 +30,7 @@ b* 2
* 3
EOF
-[ "`modindex -w tests/tmp/index ba`" = "Found value(s):
+[ "`modindex -w ba tests/tmp/index`" = "Found value(s):
1
2
3" ]
@@ -41,7 +41,7 @@ b* 2
*a 3
EOF
-[ "`modindex -w tests/tmp/index ba`" = "Found value(s):
+[ "`modindex -w ba tests/tmp/index`" = "Found value(s):
1
2
3" ]