fix up test require path

git-svn-id: file:///home/svn/framework3/trunk@12553 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-05-06 18:41:38 +00:00
parent d638586d1f
commit 57b530ccf6
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..'))
require 'test/unit'
require 'rex/proto/ntlm'
require 'rex/socket'

View File

@ -1,5 +1,7 @@
#!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..'))
##
# $Id: $
##