diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-03-13 13:32:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-03-13 13:44:32 -0400 |
commit | 851942e235fe17869d7e7f2b3cc4d559f1e90e89 (patch) | |
tree | fae14d24f9be3ec20d1b668ac9eed05d3438a153 /tests/test_exec_flush.out | |
parent | fa767895d4165dc9b0a8808f4760141067e0ea12 (diff) | |
download | bfs-851942e235fe17869d7e7f2b3cc4d559f1e90e89.tar.xz |
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.
Diffstat (limited to 'tests/test_exec_flush.out')
-rw-r--r-- | tests/test_exec_flush.out | 12 |
1 files changed, 6 insertions, 6 deletions
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 |