From 2c8fdfce64f193c86f9a46303e56b5f6025c1387 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 25 Dec 2018 15:40:21 -0500 Subject: tests: Fix test_exit() to not depend on breadth-first ordering --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 4afe094..0e86904 100755 --- a/tests.sh +++ b/tests.sh @@ -1771,7 +1771,7 @@ function test_exit() { return 1 fi - bfs_diff basic -name bar -exit -o -print + bfs_diff basic/g -print -name g -exit } function test_printx() { -- cgit v1.2.3