diff options
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |