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_color_rs_lc_rc_ec.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_color_rs_lc_rc_ec.out') diff --git a/tests/test_color_rs_lc_rc_ec.out b/tests/test_color_rs_lc_rc_ec.out index a71df24..d39bbe7 100644 --- a/tests/test_color_rs_lc_rc_ec.out +++ b/tests/test_color_rs_lc_rc_ec.out @@ -1,4 +1,3 @@ -LC01;34RCrainbowEC LC01;34RCrainbow/ECLC01;32RCexec.shEC LC01;34RCrainbow/ECLC01;35RCsocketEC LC01;34RCrainbow/ECLC01;36RCbrokenEC @@ -18,3 +17,4 @@ LC01;34RCrainbow/ECmh2 LC01;34RCrainbow/ECstar.gz LC01;34RCrainbow/ECstar.tar LC01;34RCrainbow/ECstar.tar.gz +LC01;34RCrainbowEC -- cgit v1.2.3