From 89a0a79377e2a12f9b72744f63743a5ae82ac843 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 28 Jan 2015 16:41:12 -0600 Subject: [PATCH] revert puts back to a vprint call --- test/modules/post/test/file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/modules/post/test/file.rb b/test/modules/post/test/file.rb index e7475e5084..34ecfa39c3 100644 --- a/test/modules/post/test/file.rb +++ b/test/modules/post/test/file.rb @@ -33,7 +33,7 @@ class Metasploit4 < Msf::Post def setup @old_pwd = pwd tmp = (directory?("/tmp")) ? "/tmp" : "%TEMP%" - puts "Setup: changing working directory to #{tmp}" + vprint_status("Setup: changing working directory to #{tmp}") cd(tmp) super