From 355ff83e74f6e27c79033b8dfb899e3a3b529049 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 22 Oct 2021 05:12:09 -0600 Subject: config: Set HUGO_ENABLEGITINFO=false override in Set_in_string This allows TestLoadConfigWithOsEnvOverrides/Set_in_string to PASS even if there is no .git directory, e.g. during Debian package build. --- hugolib/config_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hugolib/config_test.go') diff --git a/hugolib/config_test.go b/hugolib/config_test.go index 8c7d396ef..bbf821232 100644 --- a/hugolib/config_test.go +++ b/hugolib/config_test.go @@ -742,6 +742,7 @@ theme_param="themevalue2" b := newB(c) b.WithEnviron( + "HUGO_ENABLEGITINFO", "false", // imaging.anchor is a string, and it's not possible // to set a child attribute. "HUGO_IMAGING_ANCHOR_FOO", "top", -- cgit v1.2.3