Skip to content

Commit

Permalink
Fix call to base64 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Jan 22, 2024
1 parent aa2606e commit 67b662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROG="../yubihsm-shell --connector=${DEFAULT_CONNECTOR_URL}"
if [ "x$(uname)" = "xFreeBSD" ]; then
DECODE="b64decode -pr"
else
DECODE="base64 --decode"
DECODE="base64 --decode -i"
fi

echo "Hello World!" >"$DATA"
Expand Down

0 comments on commit 67b662f

Please sign in to comment.