commit ae0d3cdbbe9d39adeecf623ca7feeda011bf97dd from: Omar Polo date: Thu Dec 09 19:13:30 2021 UTC typo forgot to rename variable in lib.sh: dont_check -> dont_check_server_alive. commit - e5285d54220c0c595b8a29e5fd34837914fa762d commit + ae0d3cdbbe9d39adeecf623ca7feeda011bf97dd blob - 6c741ce0faed2c7f2461be79d57ab4ccad67599c blob + d2f995f14a1e008ae74c62b2d25643df18145f8e --- regress/lib.sh +++ regress/lib.sh @@ -13,7 +13,7 @@ port $port " hdr= body= - dont_check=no + dont_check_server_alive=no current_test=$1 rm -f reg.conf @@ -25,7 +25,7 @@ port $port echo "$1 passed" fi - if [ "$dont_check" != 'no' ]; then + if [ "$dont_check_server_alive" != 'no' ]; then return fi