Skip to content

Commit

Permalink
Fix output check in test for generate key
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Sep 8, 2020
1 parent 91f8811 commit 0ab5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_generate_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ! -f "${KEY_FILE}" ]]; then
exit 1
fi

EXPECTED=".*Generated key pair with ed25519:.+ public key.*"
EXPECTED=".*Key pair with ed25519:.+ public key.*"
if [[ ! "$RESULT" =~ $EXPECTED ]]; then
echo FAILURE Unexpected output from near generate-key
exit 1
Expand Down

0 comments on commit 0ab5d84

Please sign in to comment.