From bb5a25d287c92391f4a010b18fcbf4cc0f35ad69 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 30 Jan 2024 09:31:09 +0000 Subject: [PATCH] rename the @common_opt macro back to @common now common is no longer a reserved keyword --- regress/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/tests.sh b/regress/tests.sh index 7a2c2cd..72ad303 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -287,7 +287,7 @@ test_fastcgi_deprecated_syntax() { test_macro_expansion() { cat < reg.conf pwd = "$PWD" -common_opts = "lang it; auto index on" +common = "lang it; auto index on" server "localhost" { # the quoting of \$ is for sh @@ -295,7 +295,7 @@ server "localhost" { key \$pwd "/localhost.key" root \$pwd "/testdata" listen on $REGRESS_HOST port $port - @common_opts + @common } EOF