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_printf_trailing_slash.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_printf_trailing_slash.out')
-rw-r--r-- | tests/test_printf_trailing_slash.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_printf_trailing_slash.out b/tests/test_printf_trailing_slash.out index 0aa4ffc..017ac0d 100644 --- a/tests/test_printf_trailing_slash.out +++ b/tests/test_printf_trailing_slash.out @@ -1,3 +1,4 @@ +(.)/(basic/) (basic)/(a) (basic)/(b) (basic)/(c) @@ -7,13 +8,12 @@ (basic)/(j) (basic)/(k) (basic)/(l) -(.)/(basic/) (basic/c)/(d) (basic/e)/(f) (basic/g)/(h) (basic/j)/(foo) (basic/k)/(foo) -(basic/l)/(foo) (basic/k/foo)/(bar) +(basic/l)/(foo) (basic/l/foo)/(bar) (basic/l/foo/bar)/(baz) |