aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb/test_acl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drb/test_acl.rb')
-rw-r--r--test/drb/test_acl.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/drb/test_acl.rb b/test/drb/test_acl.rb
index 2ac905c1b8..ea7b32e76f 100644
--- a/test/drb/test_acl.rb
+++ b/test/drb/test_acl.rb
@@ -88,6 +88,8 @@ class ACLEntryTest < Test::Unit::TestCase
assert_raise(IPAddr::InvalidPrefixError) {
ACL::ACLEntry.new('192.168.0.0/33')
+ }
+ assert_raise(IPAddr::InvalidPrefixError) {
ACL::ACLEntry.new('192.168.0.0/255.255.0.255')
}
end