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_flags.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_flags.out')
-rw-r--r-- | tests/test_printf_flags.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_printf_flags.out b/tests/test_printf_flags.out index 1a92b6e..c2c1f0a 100644 --- a/tests/test_printf_flags.out +++ b/tests/test_printf_flags.out @@ -2,18 +2,18 @@ |basic/a | +01 0644 |basic/b | +01 0644 |basic/c | +01 0755 +|basic/c/d | +02 0644 |basic/e | +01 0755 +|basic/e/f | +02 0644 |basic/g | +01 0755 +|basic/g/h | +02 0755 |basic/i | +01 0755 |basic/j | +01 0755 -|basic/k | +01 0755 -|basic/l | +01 0755 -|basic/c/d | +02 0644 -|basic/e/f | +02 0644 -|basic/g/h | +02 0755 |basic/j/fo| +02 0644 +|basic/k | +01 0755 |basic/k/fo| +02 0755 |basic/k/fo| +03 0644 +|basic/l | +01 0755 |basic/l/fo| +02 0755 |basic/l/fo| +03 0755 |basic/l/fo| +04 0644 |