mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
tests: Use 233 for invalid value of FD.
* tests/openpgp/issue2941.scm: Use 233. -- On Windows machine (emulated by Wine), 23 may be valid value for handle. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
1e62c4b7c2
commit
b94fe0e007
@ -29,6 +29,6 @@
|
|||||||
(for-each-p
|
(for-each-p
|
||||||
"Checking invocation with invalid file descriptors (issue2941)."
|
"Checking invocation with invalid file descriptors (issue2941)."
|
||||||
(lambda (option)
|
(lambda (option)
|
||||||
(check-failure `(,(string-append "--" option "=23") --sign gpg.conf)))
|
(check-failure `(,(string-append "--" option "=233") --sign gpg.conf)))
|
||||||
'("status-fd" "attribute-fd" "logger-fd"
|
'("status-fd" "attribute-fd" "logger-fd"
|
||||||
"override-session-key-fd" "passphrase-fd" "command-fd"))
|
"override-session-key-fd" "passphrase-fd" "command-fd"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user