aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-06-12 15:32:32 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-08-08 18:40:04 +0900
commit88cb52d42d712c6633cfba657b89487e5748c731 (patch)
tree2c07111675b7c6e84381251f5630fb7ab37bd665
parenta1e8aacaef3cc9f95ccbdba653a82e1a334cdeb4 (diff)
downloadruby-openssl-88cb52d42d712c6633cfba657b89487e5748c731.tar.gz
test/test_x509name: change script encoding to ASCII-8BIT
Allow string literals containing UTF-8 characters. (cherry picked from commit 98945c7ce8706309a6d358007f1fdb2a73711662)
-rw-r--r--test/test_x509name.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_x509name.rb b/test/test_x509name.rb
index c1dacf4f..f7a60c3a 100644
--- a/test/test_x509name.rb
+++ b/test/test_x509name.rb
@@ -1,4 +1,4 @@
-# coding: US-ASCII
+# coding: ASCII-8BIT
# frozen_string_literal: false
require_relative 'utils'