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_ok_stdin.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_ok_stdin.out')
-rw-r--r-- | tests/test_ok_stdin.out | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/test_ok_stdin.out b/tests/test_ok_stdin.out index 30b57fd..7acf711 100644 --- a/tests/test_ok_stdin.out +++ b/tests/test_ok_stdin.out @@ -1,19 +1,19 @@ -basic? y basic/a? y basic/b? y +basic/c/d? y basic/c? y +basic/e/f? y basic/e? y +basic/g/h? y basic/g? y basic/i? y -basic/j? y -basic/k? y -basic/l? y -basic/c/d? y -basic/e/f? y -basic/g/h? y basic/j/foo? y -basic/k/foo? y -basic/l/foo? y +basic/j? y basic/k/foo/bar? y -basic/l/foo/bar? y +basic/k/foo? y +basic/k? y basic/l/foo/bar/baz? y +basic/l/foo/bar? y +basic/l/foo? y +basic/l? y +basic? y |