aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/tests.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index 65a33a7..b5fa93e 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -91,9 +91,10 @@ test_static_files() {
}
test_alias() {
- setup_simple_test '' 'alias "localhost.local"'
- gghost=localhost.local
- ggflags="-P localhost:$port -H localhost.local"
+ alias="foo.example"
+ setup_simple_test '' "alias '$alias'"
+ gghost="$alias"
+ ggflags="-P localhost:$port -H $alias"
fetch /
check_reply "20 text/gemini" "# hello world" || return 1