1
0
Fork 0
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:
Nobuyoshi Nakada 2019-11-09 22:15:15 +09:00
parent 20bc038ea3
commit 774cfb0655
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -26,7 +26,7 @@ describe "CVE-2018-6914 is resisted by" do
tmpdir: @tmpdir,
Dir_tmpdir: Dir.tmpdir,
TMPDIR: ENV['TMPDIR'],
stat: File.stat(@tmpdir),
stat: File.stat(@dir),
}, STDERR)
}