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