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_printf_types.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_printf_types.out') diff --git a/tests/test_printf_types.out b/tests/test_printf_types.out index 9cfe347..8144c7c 100644 --- a/tests/test_printf_types.out +++ b/tests/test_printf_types.out @@ -1,11 +1,11 @@ (loops) () d d (loops/broken) (nowhere) l N (loops/deeply) () d d +(loops/deeply/nested) () d d +(loops/deeply/nested/dir) () d d +(loops/deeply/nested/loop) (../../deeply) l d (loops/file) () f f (loops/loop) (loop) l L -(loops/symlink) (file) l f -(loops/deeply/nested) () d d (loops/notdir) (symlink/file) l N -(loops/deeply/nested/dir) () d d (loops/skip) (deeply/nested/loop/nested) l d -(loops/deeply/nested/loop) (../../deeply) l d +(loops/symlink) (file) l f -- cgit v1.2.3