diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-05-02 11:36:06 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-05-02 11:36:06 +0200 |
commit | c0945fec3486276d084d498a001970922de37068 (patch) | |
tree | 01f7c2cd26375b0ed9cb64db0196b51292a7121a /tests/hash:net.t | |
parent | bbecbecdf402fd323b6ddd81f50e6f91f39086fc (diff) |
Update testsuite as the trailing space was eliminated at listings
Diffstat (limited to 'tests/hash:net.t')
-rw-r--r-- | tests/hash:net.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash:net.t b/tests/hash:net.t index ef82a6e..0c997dd 100644 --- a/tests/hash:net.t +++ b/tests/hash:net.t @@ -67,7 +67,7 @@ # Add a non-matching IP address entry 0 ipset -A test 1.1.1.1 nomatch # Add an overlapping matching small net -0 ipset -A test 1.1.1.0/30 +0 ipset -A test 1.1.1.0/30 # Add an overlapping non-matching larger net 0 ipset -A test 1.1.1.0/28 nomatch # Add an even larger matching net |