From 17ea60eaf9d1b4eab9546d6dfc7e7afe83779f91 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 24 Jun 2014 13:34:20 +0200 Subject: p11-kit: Cleanup and add documentation for 'remote' option https://bugs.freedesktop.org/show_bug.cgi?id=54105 --- p11-kit/tests/test-transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit/tests') 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; -- cgit v1.1