From 851942e235fe17869d7e7f2b3cc4d559f1e90e89 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 13 Mar 2022 13:32:44 -0400 Subject: tests: Use plain sort, not bfs_sort bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. --- tests/test_exec_flush.out | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/test_exec_flush.out') diff --git a/tests/test_exec_flush.out b/tests/test_exec_flush.out index 0e6234a..fdd7b16 100644 --- a/tests/test_exec_flush.out +++ b/tests/test_exec_flush.out @@ -2,18 +2,18 @@ basic found basic/a found basic/b found basic/c found +basic/c/d found basic/e found +basic/e/f found basic/g found +basic/g/h found basic/i found basic/j found -basic/k found -basic/l found -basic/c/d found -basic/e/f found -basic/g/h found basic/j/foo found +basic/k found basic/k/foo found -basic/l/foo found basic/k/foo/bar found +basic/l found +basic/l/foo found basic/l/foo/bar found basic/l/foo/bar/baz found -- cgit v1.2.3