From ad005b3bc2f582b587ff1b42211da3db357766b9 Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Sun, 28 Jan 2024 23:58:06 +0100 Subject: [PATCH] stty onlcr --- test/ci/issue137.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ci/issue137.sh b/test/ci/issue137.sh index 94eda37..8f50f1f 100755 --- a/test/ci/issue137.sh +++ b/test/ci/issue137.sh @@ -3,6 +3,8 @@ set -xev echo -ne "hello\nworld\n" | xxd +stty onlcr + wget https://github.com/aklomp/base64/files/14074869/in.bin.zip unzip in.bin.zip out/bin/base64 in.bin > in.bin.b64