mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
tests,w32: Cope with Windows line endings.
* tests/openpgp/issue2015.scm: Rstrip line before comparison. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
2d794779e0
commit
bf37916a23
@ -25,5 +25,6 @@
|
||||
|
||||
(let ((response (call-popen `(,(tool 'gpg-connect-agent))
|
||||
"GET_PASSPHRASE --no-ask some_id X X X")))
|
||||
(unless (string=? response "OK 736F6D655F70617373706872617365\n")
|
||||
(unless (string=? (string-rtrim char-whitespace? response)
|
||||
"OK 736F6D655F70617373706872617365")
|
||||
(error "Could not retrieve passphrase from cache:" response)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user