hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 355ff83e74f6e27c79033b8dfb899e3a3b529049
parent 471ed91c60cd36645794925cb4892cc820eae626
Author: Anthony Fok <foka@debian.org>
Date:   Fri, 22 Oct 2021 05:12:09 -0600

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.

Diffstat:
Mhugolib/config_test.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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",