Use printf instead of echo

This commit is contained in:
Max Rijkers
2026-08-20 23:21:16 +02:00
parent c80ca19a35
commit 105a1067e3
+1 -1
View File
@@ -10,7 +10,7 @@ fi
set -x -v
echo -n '"tenant=blue;note=CANARY_STACK_WINDOW_2026;status=ok"' > file1.dat
printf '%s' '"tenant=blue;note=CANARY_STACK_WINDOW_2026;status=ok"' > file1.dat
(printf '"' ; printf 'A%.0s' $(seq 1 16) ; echo 'e2' | xxd -r -p) > file2.dat
TESTNAME="${0##*/}"