Fix hugo mod vendor for modules with hugo.toml

Fixes #11221
This commit is contained in:
Bjørn Erik Pedersen
2023-07-08 12:25:53 +02:00
parent 6019953769
commit 0f921ace6f
3 changed files with 28 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ func TestUnfinished(t *testing.T) {
p := commonTestScriptsParam
p.Dir = "testscripts/unfinished"
//p.UpdateScripts = true
testscript.Run(t, p)
}