aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-02 09:48:32 +0000
committerOmar Polo <op@omarpolo.com>2021-02-02 09:48:32 +0000
commit5f715ce43fa60b2347d6dc64588c5ffe61ebc067 (patch)
tree567e21b9b231939f46153ec4f071a0f0e2721e92 /regress
parent3c680bddab146e8c8ccf5eba1fec7e1ee978d638 (diff)
print the header in the directory listing
Diffstat (limited to 'regress')
-rwxr-xr-xregress/runtime2
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"