diff options
Diffstat (limited to 'tests/cidr.sh')
-rwxr-xr-x | tests/cidr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cidr.sh b/tests/cidr.sh index 2c4d939..ca01f06 100755 --- a/tests/cidr.sh +++ b/tests/cidr.sh @@ -35,7 +35,7 @@ NETS="0.0.0.0/1 255.255.255.252/31 255.255.255.254/32" -ipset="../src/ipset" +ipset="${IPSET_BIN:-../src/ipset}" if which netmask >/dev/null 2>&1; then net_first_addr() { |