From f0f3e1b6720c13ca16b455e4f4cc1cb74c9f62e0 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 23 Nov 2022 20:39:35 +0100 Subject: [PATCH] t/regress: color sequences in dash Shorthand for escape is a bashism apparently. --- t/regress.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/regress.t b/t/regress.t index f6877b1..d7961cc 100755 --- a/t/regress.t +++ b/t/regress.t @@ -10,7 +10,7 @@ colorize= test -t 1 && colorize=1 color () { test -n "$colorize" && - printf '\e[%sm' $@ + printf '\33[%sm' $@ } regenerate= diffcmd () { -- 2.30.0