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 25, 2024
1 parent da4af7d commit 7d73831
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 7d73831

Please sign in to comment.