mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Add "disable-scdaemon" in gpg-agent.conf.
* tests/openpgp/defs.scm: Add "disable-scdaemon". Remove "scdaemon-program". * tests/gpgme/gpgme-defs.scm, tests/gpgsm/gpgsm-defs.scm: Likewise. * tests/inittests, tests/pkits/inittests: Add "disable-scdaemon" -- Before this change, running "make check" accesses USB device by scdaemon on host computer. If there is any smartcard/token available, it may affect test results. Because default key choice depends on smartcard/token availability now and existing tests have nothing about testing smartcard/token, disabling scdaemon is good. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
c395f83153
commit
64b7c6fd19
@ -67,8 +67,7 @@
|
||||
(create-file
|
||||
"gpg-agent.conf"
|
||||
(string-append "pinentry-program " (tool 'pinentry))
|
||||
(string-append "scdaemon-program " (tool 'scdaemon))
|
||||
)
|
||||
"disable-scdaemon")
|
||||
|
||||
(start-agent)
|
||||
|
||||
|
@ -67,10 +67,7 @@
|
||||
"faked-system-time 1008241200")
|
||||
(create-file "gpg-agent.conf"
|
||||
(string-append "pinentry-program " (tool 'pinentry))
|
||||
(if (assoc "scdaemon" gpg-components)
|
||||
(string-append "scdaemon-program " (tool 'scdaemon))
|
||||
"# No scdaemon available")
|
||||
)
|
||||
"disable-scdaemon")
|
||||
(start-agent)
|
||||
(create-file
|
||||
"trustlist.txt"
|
||||
|
@ -85,6 +85,7 @@ EOF
|
||||
cat > gpg-agent.conf <<EOF
|
||||
no-grab
|
||||
pinentry-program /home/wk/work/pinentry/gtk/pinentry-gtk
|
||||
disable-scdaemon
|
||||
EOF
|
||||
|
||||
cat > trustlist.txt <<EOF
|
||||
|
@ -356,10 +356,7 @@
|
||||
(if (flag "--extended-key-format" *args*)
|
||||
"enable-extended-key-format" "#enable-extended-key-format")
|
||||
(string-append "pinentry-program " (tool 'pinentry))
|
||||
(if (assoc "scdaemon" gpg-components)
|
||||
(string-append "scdaemon-program " (tool 'scdaemon))
|
||||
"# No scdaemon available")
|
||||
))
|
||||
"disable-scdaemon"))
|
||||
|
||||
;; Initialize the test environment, install appropriate configuration
|
||||
;; and start the agent, without any keys.
|
||||
|
@ -94,6 +94,7 @@ EOF
|
||||
# Fixme: we need to write a dummy pinentry program
|
||||
cat > gpg-agent.conf <<EOF
|
||||
no-grab
|
||||
disable-scdaemon
|
||||
EOF
|
||||
|
||||
# Mark the root CA trusted
|
||||
|
Loading…
x
Reference in New Issue
Block a user