Don't write out debugging junk

unstable
James Lee 2012-03-23 15:33:28 -06:00
parent 5da33c4bf1
commit 926c11139e
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class Metasploit4 < Msf::Post
it "should read the binary data we just wrote" do
bin = read_file("pwned")
vprint_status "Read #{bin.length} bytes"
::File.open("wtf", "wb") { |fd| fd.write bin }
bin == binary_data
end