commit bb5a25d287c92391f4a010b18fcbf4cc0f35ad69 from: Omar Polo date: Tue Jan 30 09:31:09 2024 UTC rename the @common_opt macro back to @common now common is no longer a reserved keyword commit - f862d389ff60b517257e709b739ad13309d53be4 commit + bb5a25d287c92391f4a010b18fcbf4cc0f35ad69 blob - 7a2c2cdb64623705e62a4c5dbdb186ece8b8a933 blob + 72ad3033ab486662f0be83bf9ce509587507e7a6 --- regress/tests.sh +++ 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