commit f736c9579c7c69cd124839bb61cfa9b26588aa9d from: Omar Polo date: Thu Aug 03 22:35:49 2023 UTC fix test after log style condensed change commit - 161651fa5e700e32bb608aa4b6051e1b10986729 commit + f736c9579c7c69cd124839bb61cfa9b26588aa9d blob - f76edea79bc855979f371817d247671dbdc10c81 blob + 1028f014d30c642072e514cff402b5c6539f5449 --- regress/tests.sh +++ regress/tests.sh @@ -388,7 +388,7 @@ test_log_file() { # remove the date and ip awk '{$1 = ""; $2 = ""; print substr($0, 3)}' log > log.edited - printf '%s\n' '- localhost gemini://localhost/ 0 20 text/gemini' \ + printf '%s\n' '- localhost gemini://localhost/ 0 0 20 text/gemini' \ | cmp -s - log.edited if [ $? -ne 0 ]; then # keep the log for post-mortem analysis