aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tpm2dtests/defs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm2dtests/defs.scm')
-rw-r--r--tests/tpm2dtests/defs.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/tpm2dtests/defs.scm b/tests/tpm2dtests/defs.scm
index eb840206f..0fef71806 100644
--- a/tests/tpm2dtests/defs.scm
+++ b/tests/tpm2dtests/defs.scm
@@ -61,14 +61,14 @@
(assert (equal? (percent-encode "foob%61r") "foob%2561r"))
(define tools
- '((gpgv "GPGV" "bin/gpgv")
- (gpg-connect-agent "GPG_CONNECT_AGENT" "bin/gpg-connect-agent")
- (gpgconf "GPGCONF" "bin/gpgconf")
+ '((gpgv "GPGV" "g10/gpgv")
+ (gpg-connect-agent "GPG_CONNECT_AGENT" "tools/gpg-connect-agent")
+ (gpgconf "GPGCONF" "tools/gpgconf")
(gpg-preset-passphrase "GPG_PRESET_PASSPHRASE"
- "libexec/gpg-preset-passphrase")
- (gpgtar "GPGTAR" "bin/gpgtar")
- (tpm2daemon "TPM2DAEMON" "libexec/tpm2daemon")
- (pinentry "PINENTRY" "openpgp/fake-pinentry")))
+ "agent/gpg-preset-passphrase")
+ (gpgtar "GPGTAR" "tools/gpgtar")
+ (tpm2daemon "TPM2DAEMON" "tpm2d/tpm2daemon")
+ (pinentry "PINENTRY" "tests/openpgp/fake-pinentry")))
(define with-valgrind? (not (string=? (getenv "with_valgrind") "")))