Skip to content

Commit 61a024e

Browse files
committed
Merge branch 'master' of github.com:rapid7/metasploit-framework into upstream-master
2 parents 81ad280 + ae848cf commit 61a024e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/modules/post/test/unix.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
require 'test/lib/module_test'
2+
$:.push "test/lib" unless $:.include? "test/lib"
3+
require 'module_test'
34

45
#load 'test/lib/module_test.rb'
56
#load 'lib/rex/text.rb'
@@ -15,11 +16,10 @@ class Metasploit4 < Msf::Post
1516

1617
def initialize(info={})
1718
super( update_info( info,
18-
'Name' => 'Testing remote unix system manipulation',
19+
'Name' => 'Testing Remote UNIX System Manipulation',
1920
'Description' => %q{ This module will test Post::File API methods },
2021
'License' => MSF_LICENSE,
2122
'Author' => [ 'egypt'],
22-
'Version' => '$Revision$',
2323
'Platform' => [ 'linux', 'java' ],
2424
'SessionTypes' => [ 'meterpreter', 'shell' ]
2525
))

0 commit comments

Comments
 (0)