X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F04-test_provfetch.t;fp=test%2Frecipes%2F04-test_provfetch.t;h=d71600da829d9033c55d9d3dd5818f8e7ca8041d;hp=0000000000000000000000000000000000000000;hb=d66ff761d209f1ab1ec931f74c15a69743e612da;hpb=5a5d90ffac78ac17e7a078a501bb33e1080c0935 diff --git a/test/recipes/04-test_provfetch.t b/test/recipes/04-test_provfetch.t new file mode 100644 index 0000000000..d71600da82 --- /dev/null +++ b/test/recipes/04-test_provfetch.t @@ -0,0 +1,12 @@ +#! /usr/bin/env perl +# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the Apache License 2.0 (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html + + +use OpenSSL::Test::Simple; + +simple_test("test_provfetch", "provfetchtest");