summaryrefslogtreecommitdiff
path: root/p11-kit/tests
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-06-24 13:34:20 +0200
committerStef Walter <stef@thewalter.net>2014-07-08 08:59:18 +0200
commit17ea60eaf9d1b4eab9546d6dfc7e7afe83779f91 (patch)
treee0b68748d1262820b8943d7c86ee27b87d313a32 /p11-kit/tests
parentd4289fbe420e19882d94827bd82a667a0132fccf (diff)
p11-kit: Cleanup and add documentation for 'remote' option
https://bugs.freedesktop.org/show_bug.cgi?id=54105
Diffstat (limited to 'p11-kit/tests')
-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 6ae6072..4656d34 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 "/../p11-kit remote " 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;