about summary refs log tree commit homepage
path: root/test/ipv6_enabled.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipv6_enabled.rb')
-rw-r--r--test/ipv6_enabled.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ipv6_enabled.rb b/test/ipv6_enabled.rb
index c4c9709..84ed9c1 100644
--- a/test/ipv6_enabled.rb
+++ b/test/ipv6_enabled.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
 def ipv6_enabled?
   tmp = TCPServer.new(ENV["TEST_HOST6"] || '::1', 0)
   tmp.close