summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/run.sh2
1 files changed, 1 insertions, 1 deletions
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