mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the debug print
This commit is contained in:
parent
20bc038ea3
commit
774cfb0655
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ describe "CVE-2018-6914 is resisted by" do
|
||||||
tmpdir: @tmpdir,
|
tmpdir: @tmpdir,
|
||||||
Dir_tmpdir: Dir.tmpdir,
|
Dir_tmpdir: Dir.tmpdir,
|
||||||
TMPDIR: ENV['TMPDIR'],
|
TMPDIR: ENV['TMPDIR'],
|
||||||
stat: File.stat(@tmpdir),
|
stat: File.stat(@dir),
|
||||||
}, STDERR)
|
}, STDERR)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue