mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Use 233 for invalid value of FD.
* tests/openpgp/issue2941.scm: Use 233. -- Forward port from 2.2 branch of: 43722438a826e1a162723a23452018ccf1b640ec 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
ce5bed2800
commit
7ab2e4386f
@ -29,6 +29,6 @@
|
||||
(for-each-p
|
||||
"Checking invocation with invalid file descriptors (issue2941)."
|
||||
(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"
|
||||
"override-session-key-fd" "passphrase-fd" "command-fd"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user