diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-02 09:48:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-02 09:48:32 +0000 |
commit | 5f715ce43fa60b2347d6dc64588c5ffe61ebc067 (patch) | |
tree | 567e21b9b231939f46153ec4f071a0f0e2721e92 /regress | |
parent | 3c680bddab146e8c8ccf5eba1fec7e1ee978d638 (diff) |
print the header in the directory listing
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/runtime b/regress/runtime index 5ffd83f..6de3e30 100755 --- a/regress/runtime +++ b/regress/runtime @@ -215,7 +215,7 @@ echo OK GET / with auto index eq "$(head /dir)" "30 /dir/" "Unexpected head for /dir" eq "$(head /dir/)" "20 text/gemini" "Unexpected head for /dir/" -eq "$(get /dir/|wc -l|xargs)" "3" "Unexpected body for /dir/" +eq "$(get /dir/|wc -l|xargs)" "5" "Unexpected body for /dir/" echo OK GET /dir/ with auto index on check "should be running" |