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_comma.out | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/test_comma.out') diff --git a/tests/test_comma.out b/tests/test_comma.out index 56b2bde..740eefc 100644 --- a/tests/test_comma.out +++ b/tests/test_comma.out @@ -2,22 +2,22 @@ basic basic/a basic/b basic/c -basic/e -basic/g -basic/i -basic/j -basic/k -basic/l basic/c/d +basic/e basic/e/f basic/e/f +basic/g basic/g/h +basic/i +basic/j basic/j/foo basic/j/foo +basic/k basic/k/foo basic/k/foo +basic/k/foo/bar +basic/l basic/l/foo basic/l/foo -basic/k/foo/bar basic/l/foo/bar basic/l/foo/bar/baz -- cgit v1.2.3