Add a shim config file
[openssl.git] / test / recipes / 90-test_external.t
index 4ce3ab8ce7fda66645921156c2e3013c5078b83e..eb42ac12ff03bd0ce151e4467d269c078e13ca22 100644 (file)
@@ -21,6 +21,8 @@ plan tests => 1;
 
 indir $ENV{BORING_RUNNER_DIR} => sub {
     ok(!system("go", "test", "-shim-path",
-               srctop_file("test", "ossl_shim", "ossl_shim"), "-pipe"),
+               srctop_file("test", "ossl_shim", "ossl_shim"),
+               "-shim-config",
+               srctop_file("test", "ossl_shim", "ossl_config.json"), "-pipe"),
        "running external tests");
 }, create => 0, cleanup => 0;