f124597a56
git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
155 B
Ruby
9 lines
155 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
require 'test/unit'
|
|
require 'msf/base'
|
|
|
|
class Msf::Sessions::CommandShell::UnitTest < Test::Unit::TestCase
|
|
def test_cmdshell
|
|
end
|
|
end |