Skip to content

tests: make checkheads tests bash-compatible by avoiding `echo '\n'`

Martin von Zweigbergk requested to merge topic/default/bash into branch/default

Using echo with escape codes is not portable, so this patch replaces it by printf. I also changed several nearby lines to printf for consistency.

Merge request reports