From 926c11139e7343687a78bd2aaaa286132a4dbab6 Mon Sep 17 00:00:00 2001 From: James Lee Date: Fri, 23 Mar 2012 15:33:28 -0600 Subject: [PATCH] Don't write out debugging junk --- test/modules/post/test/file.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/modules/post/test/file.rb b/test/modules/post/test/file.rb index 54e0aecfbb..7354176c17 100644 --- a/test/modules/post/test/file.rb +++ b/test/modules/post/test/file.rb @@ -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