ove the testsock.pl sleep to autosign test suite [RT #23400]

This commit is contained in:
Francis Dupont
2011-02-28 14:08:36 +00:00
parent f41c298280
commit 17bc56e321
3 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.18 2010/08/17 23:46:46 tbox Exp $
# $Id: testsock.pl,v 1.19 2011/02/28 14:08:36 fdupont Exp $
# Test whether the interfaces on 10.53.0.* are up.
@@ -47,5 +47,4 @@ foreach $id (@ids) {
or die sprintf("$0: bind(%s, %d): $!\n",
inet_ntoa($addr), $port);
close(SOCK);
sleep(1);
}