summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index f72814c..d47d573 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1250,8 +1250,8 @@ function test_xtype_multi() {
function test_xtype_reorder() {
# Make sure -xtype is not reordered in front of anything -- if -xtype runs
# before -links 100, it will report an ELOOP error
- bfs_diff links -links 100 -xtype l
- invoke_bfs links -links 100 -xtype l
+ bfs_diff loops -links 100 -xtype l
+ invoke_bfs loops -links 100 -xtype l
}
function test_iname() {