From 2fb3a49b7dbf5c701a36501de3b8fd7173b10912 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 24 Aug 2024 09:13:52 +0000 Subject: improve tests --- regress/tests.sh | 7 ++++--- 1 file 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 -- cgit v1.2.3