diff options
-rw-r--r-- | dev-ruby/pcaprub/pcaprub-0.13.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild b/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild index db30184a51d2..f06aad2bf9b2 100644 --- a/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild +++ b/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild @@ -43,11 +43,14 @@ all_ruby_prepare() { sed -i -e '/coveralls/Id' test/test_helper.rb || die - # Tests which need escalated privileges + # Tests which need escalated privileges, network interfaces or other devices local privileged_tests=( test_set_datalink test_create_from_primitives test_filter + test_lookupdev + test_lookupnet + test_monitor test_pcap_stats test_pcap_datalink test_pcap_inject |