Add a test for a missing sig algs extension
[openssl.git] / test / recipes / 95-test_external_krb5.t
index 8cfec82239377be03ff016a9f453c014aa15815f..6cc4d268157ea636a28438384e9c83dfc528dd48 100644 (file)
@@ -13,9 +13,9 @@ use OpenSSL::Test qw/:DEFAULT data_file srctop_file/;
 
 setup("test_external_krb5");
 
-plan skip_all "No external tests in this configuration"
+plan skip_all => "No external tests in this configuration"
     if disabled("external-tests");
-plan skip_all "krb5 not available"
+plan skip_all => "krb5 not available"
     if ! -f srctop_file("krb5", "README");
 
 plan tests => 1;