diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-03 22:35:49 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-03 22:35:49 +0000 |
commit | f736c9579c7c69cd124839bb61cfa9b26588aa9d (patch) | |
tree | 7fe5a38bfd57655dacccedffeb714b79a1265905 /regress | |
parent | 161651fa5e700e32bb608aa4b6051e1b10986729 (diff) |
fix test after log style condensed change
Diffstat (limited to 'regress')
-rw-r--r-- | regress/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/tests.sh b/regress/tests.sh index f76edea..1028f01 100644 --- a/regress/tests.sh +++ b/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 |