diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-28 12:27:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-28 12:27:56 -0400 |
commit | d61c4ed8551e5ef5642f93acec0b5c3f84ebede9 (patch) | |
tree | 1051b5d2e168b0667fd801860321471bc707019f /tests.sh | |
parent | cf32dc8b4fd4d56b14e43aacdb0f08aecaa19f6d (diff) | |
download | bfs-d61c4ed8551e5ef5642f93acec0b5c3f84ebede9.tar.xz |
tests: Fix test_xtype_reorder
Diffstat (limited to 'tests.sh')
-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() { |