From 5a16a1e2b33733f0e6dff4ddfaed2662c3ba7ccb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 5 Oct 2023 16:25:56 -0400 Subject: tests/bfs: Add tests for color autodetection --- tests/bfs/nocolor_env.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/bfs/nocolor_env.sh (limited to 'tests/bfs/nocolor_env.sh') diff --git a/tests/bfs/nocolor_env.sh b/tests/bfs/nocolor_env.sh new file mode 100644 index 0000000..399bdb0 --- /dev/null +++ b/tests/bfs/nocolor_env.sh @@ -0,0 +1,5 @@ +command -v unbuffer &>/dev/null || skip + +NO_COLOR=1 unbuffer "${BFS[@]}" rainbow >"$OUT" +sort_output +diff_output -- cgit v1.2.3