Fix Dir.mktmpdir argument
The temporary directory is the second argument.
This commit is contained in:
parent
1e037108a1
commit
4dc120cb7f
@ -366,7 +366,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||||||
assert_equal([], e)
|
assert_equal([], e)
|
||||||
end
|
end
|
||||||
|
|
||||||
Dir.mktmpdir(d) do |base|
|
Dir.mktmpdir(nil, d) do |base|
|
||||||
# "test" in Japanese and N'Ko
|
# "test" in Japanese and N'Ko
|
||||||
test = base + "/\u{30c6 30b9 30c8}_\u{7e1 7ca 7dd 7cc 7df 7cd 7eb}"
|
test = base + "/\u{30c6 30b9 30c8}_\u{7e1 7ca 7dd 7cc 7df 7cd 7eb}"
|
||||||
Dir.mkdir(test)
|
Dir.mkdir(test)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user