From 0733f4338ff409727f0a032b0f01268db45ebaf3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 13 Nov 2023 11:18:39 -0500 Subject: tests: Fix --verbose=commands with --bfs="wrapper bfs" --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run.sh b/tests/run.sh index 8f0a8fc..c7e819a 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -241,7 +241,7 @@ bfs_verbose() { bfs_verbose_impl() { printf "${GRN}%q${RST}" "${BFS[0]}" if ((${#BFS[@]} > 1)); then - printf " ${GRN}%q${RST}" "${BFS[1:]}" + printf " ${GRN}%q${RST}" "${BFS[@]:1}" fi local expr_started=0 color -- cgit v1.2.3