From d61c4ed8551e5ef5642f93acec0b5c3f84ebede9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 28 Apr 2019 12:27:56 -0400 Subject: tests: Fix test_xtype_reorder --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.sh') 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() { -- cgit v1.2.3