--- ./tests/test_library.orig	2021-10-21 02:45:05 +0000
+++ ./tests/test_library	2021-10-21 02:45:26 +0000
@@ -641,10 +641,6 @@
   if no_file "error.log"
     then
       waiting_for "stunnel" "Created pid file"
-      while [ $i -le $max ]
-        do
-          i=$(grep -c "Retrying an exec+connect section" "stunnel.log")
-        done
       if ! killing_stunnel stunnel
         then
           result=1
--- ./tests/recipes/020_IPv6.orig	2021-10-21 02:46:05 +0000
+++ ./tests/recipes/020_IPv6	2021-10-21 02:46:27 +0000
@@ -26,7 +26,7 @@
 # nc does not support IPv6
 if grep -q "IPv6" "results.log" && \
    (([ -n "$(command -v ip)" ] && PATH="${PATH}:/sbin:/usr/sbin" ip address | grep -q "inet6") || \
-   ([ -n "$(command -v ifconfig)" ] && PATH="${PATH}:/sbin:/usr/sbin" ifconfig | grep -q "inet6"))
+   ([ -n "$(command -v ifconfig)" ] && PATH="${PATH}:/sbin:/usr/sbin" ifconfig -a | grep -q "inet6"))
   then
     test_log_for "020_IPv6" "success" "0" "$1" "$2" "$3" 2>> "stderr.log"
     exit $?
