diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-07 13:32:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-19 20:52:36 +0100 |
commit | dc8380bb68f615c89345eff1855a1a2e6f8cbf8a (patch) | |
tree | 9b12ae012265aab320af8f34c573debf7d9a4393 /test | |
parent | 78a78accf3deee2bbde619882598a192cb0167c8 (diff) |
tidying
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 6319f5b81..095106b3a 100755 --- a/test/runtest +++ b/test/runtest @@ -3410,7 +3410,7 @@ while (not ($parm_ipv4 and $parm_ipv6) and defined($_ = <IFCONFIG>)) if (not $parm_ipv4 and /^\s*inet(?:\saddr)?:?\s?(\d+\.\d+\.\d+\.\d+)(?:\/\d+)?\s/i) { - # It would ne nice to be able to vary the /16 used for manyhome; we could take + # It would be nice to be able to vary the /16 used for manyhome; we could take # an option to runtest used here - but we'd also have to pass it on to fakens. # Possibly an environment variable? next if $1 eq '0.0.0.0' or $1 =~ /^(?:127|10\.250)\./; |