test/recipes/*.t: setup() doesn't play well with spaces in the argument
[openssl.git] / test / recipes / 02-test_localetest.t
index d46cb0ffdf1ca30be0bc85cafc5b8c156c2a89ee..9564d904f41b3f32c4066cae58bb5bf09b5b8fa4 100644 (file)
@@ -10,7 +10,7 @@
 use OpenSSL::Test;
 use OpenSSL::Test::Utils;
 
-setup("locale tests");
+setup("test_locale");
 
 plan skip_all => "Locale tests not available on Windows or VMS"
     if $^O =~ /^(VMS|MSWin32)$/;