diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-11-09 22:15:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-11-09 22:15:15 +0900 |
commit | 774cfb065567d07c4cf172cbb1708acda5e0fde4 (patch) | |
tree | 88a1c40f31d45b0830ad9115cd99cb118268eadf /spec/ruby/security | |
parent | 20bc038ea31ee799103bb89068537ed4e4f699b4 (diff) |
Fixed the debug print
Diffstat (limited to 'spec/ruby/security')
-rw-r--r-- | spec/ruby/security/cve_2018_6914_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/security/cve_2018_6914_spec.rb b/spec/ruby/security/cve_2018_6914_spec.rb index ea99e57d32..997f4c548a 100644 --- a/spec/ruby/security/cve_2018_6914_spec.rb +++ b/spec/ruby/security/cve_2018_6914_spec.rb @@ -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) } |