From: Quanah Gibson-Mount Date: Thu, 25 Feb 2021 17:05:17 +0000 (+0000) Subject: ITS#9197 - fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_5_2BETA~2^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=496f9ced2199cce3afecbdbe7800447bbc46da7c;p=thirdparty%2Fopenldap.git ITS#9197 - fix typo in prev commit --- diff --git a/tests/scripts/test079-proxy-timeout b/tests/scripts/test079-proxy-timeout index 79f19d937b..39a6d36cee 100755 --- a/tests/scripts/test079-proxy-timeout +++ b/tests/scripts/test079-proxy-timeout @@ -301,7 +301,7 @@ if test $RC != 0 ; then exit $RC fi -# sleep until 2 seconds before new exteneded idle-timeout, check that connection still exist +# sleep until 2 seconds before new extended idle-timeout, check that connection still exist NOW=`date +%s` sleep `expr $CONN_EXPIRES - $NOW - 2` echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"