Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-09-14 02:31:11 +0300
committerBryan Drewery <bryan@shatow.net>2022-09-14 21:13:35 +0300
commit41f9cc73c34f96f31da5fc36379c407b8daad06b (patch)
tree777d72f15884b2a8ce4fc7a7de946b7d327bdbf7
parent137c376a8709b00ab3a3e8612c67c9e3f12631a2 (diff)
test aecho: Align actual output with expected
-rw-r--r--test/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.sh b/test/common.sh
index 475d26ee..644207ee 100644
--- a/test/common.sh
+++ b/test/common.sh
@@ -160,7 +160,7 @@ aecho() {
local INDENT
shift 4
INDENT=">> "
- printf "> %-4s %s: %s\n${INDENT}expected '%s'\n${INDENT}actual '%s'\n" \
+ printf "> %-4s %s: %s\n${INDENT}expected '%s'\n${INDENT}actual '%s'\n" \
"${result}" "${lineinfo}" \
"$(echo "$@" | cat -ev | sed '2,$s,^, ,')" \
"$(echo "${expected}" | cat -ev | sed '2,$s,^, ,')" \