Installed Gem 'curb' check added to the unit tests

git-svn-id: https://beef.googlecode.com/svn/trunk@1401 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-11-03 07:36:06 +00:00
parent e32ed54ed6
commit cabb74e864

View File

@@ -30,6 +30,14 @@ rescue LoadError
exit
end
begin
require 'curb'
rescue LoadError
puts "The following instruction failed: require 'curb'"
puts "Please run: sudo gem install curb"
exit
end
require './core/main/network_stack/handlers/dynamicreconstruction.rb'
require './core/filter/tc_base'
require './core/filter/tc_command'