diff options
-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 efd3d6d..ae2feed 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -326,7 +326,7 @@ server "localhost.local" { EOF run - gg_flags="-P localhost:$port -H localhost.local" + ggflags="-P localhost:$port -H localhost.local" fetch / check_reply "20 text/gemini" "# hello world" |