Mercurial > trustbridge
diff ui/tests/data/NOTES @ 30:381558ff6f26
Also break the signature with carriage return
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 13 Mar 2014 17:26:33 +0000 |
parents | cbd57d767dfa |
children | 6e7ef7e95031 |
line wrap: on
line diff
--- a/ui/tests/data/NOTES Thu Mar 13 15:38:28 2014 +0000 +++ b/ui/tests/data/NOTES Thu Mar 13 17:26:33 2014 +0000 @@ -10,7 +10,7 @@ Signature created with: - echo S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0) > list-valid-signed.txt + echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0)\\r > list-valid-signed.txt cat list-valid.txt >> list-valid-signed.txt cp list-valid-signed.txt list-invalid-signed.txt tail -1 list-valid.txt >> list-invalid-signed.txt