2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

8-columns indentation and consistent spacing

This commit is contained in:
Andreas Gustafsson
2001-04-24 01:23:28 +00:00
parent 6f118c4893
commit 7f4bf5aaac

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.11 2001/02/14 00:09:44 nelsonm Exp $
# $Id: testsock.pl,v 1.12 2001/04/24 01:23:28 gson Exp $
# Test whether the interfaces on 10.53.0.* are up.
@@ -31,9 +31,9 @@ GetOptions("p=i" => \$port,
my @ids;
if ($id != 0) {
@ids = ($id);
@ids = ($id);
} else {
@ids = (1..5);
@ids = (1..5);
}
foreach $id (@ids) {
@@ -45,5 +45,5 @@ foreach $id (@ids) {
or die sprintf("$0: bind(%s, %d): $!\n",
inet_ntoa($addr), $port);
close(SOCK);
sleep (1);
sleep(1);
}