summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-04-28 12:27:56 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-04-28 12:27:56 -0400
commitd61c4ed8551e5ef5642f93acec0b5c3f84ebede9 (patch)
tree1051b5d2e168b0667fd801860321471bc707019f /tests.sh
parentcf32dc8b4fd4d56b14e43aacdb0f08aecaa19f6d (diff)
downloadbfs-d61c4ed8551e5ef5642f93acec0b5c3f84ebede9.tar.xz
tests: Fix test_xtype_reorder
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() {