summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-transport.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-06-24 13:24:47 +0200
committerStef Walter <stef@thewalter.net>2014-07-08 08:57:31 +0200
commitd4289fbe420e19882d94827bd82a667a0132fccf (patch)
treecd3edcfdb8c9f860445da4d3b1debe23c0c7f264 /p11-kit/tests/test-transport.c
parent7ec80ff13adb167705a999b7d082c76219adc909 (diff)
p11-kit: Add 'p11-kit remote' command for isolating modules
This adds a new tool to the p11-kit command called 'remote'. This is the server side of remoting a PKCS#11 module.
Diffstat (limited to 'p11-kit/tests/test-transport.c')
-rw-r--r--p11-kit/tests/test-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/tests/test-transport.c b/p11-kit/tests/test-transport.c
index 32ec02a..6ae6072 100644
--- a/p11-kit/tests/test-transport.c
+++ b/p11-kit/tests/test-transport.c
@@ -68,7 +68,7 @@ setup_remote (void *unused)
test.user_config = p11_path_build (test.directory, "pkcs11.conf", NULL);
p11_test_file_write (NULL, test.user_config, data, strlen (data));
- data = "remote: " BUILDDIR "/frob-server " BUILDDIR "/.libs/mock-two.so\n";
+ data = "remote: " BUILDDIR "/../p11-kit remote " BUILDDIR "/.libs/mock-two.so\n";
p11_test_file_write (test.user_modules, "remote.module", data, strlen (data));
p11_config_user_modules = test.user_modules;