aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sdbm/testsdbm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sdbm/testsdbm.rb')
-rw-r--r--ext/sdbm/testsdbm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sdbm/testsdbm.rb b/ext/sdbm/testsdbm.rb
index 3577d3606c..5a185fd5c4 100644
--- a/ext/sdbm/testsdbm.rb
+++ b/ext/sdbm/testsdbm.rb
@@ -14,7 +14,7 @@ def uname_s
case Config::CONFIG['host_os']
when 'cygwin'
require 'Win32API'
- uname = Win32API.new 'cygwin1', 'uname', 'P', 'I'
+ uname = Win32API.new('cygwin1', 'uname', 'P', 'I')
utsname = ' ' * 100
raise 'cannot get system name' if uname.call(utsname) == -1