diff --git a/main_test.go b/main_test.go index 0c9838a..69d910b 100644 --- a/main_test.go +++ b/main_test.go @@ -66,6 +66,7 @@ func TestScripts(t *testing.T) { return err } e.Vars = append(e.Vars, "HOME="+home) + e.Vars = append(e.Vars, "AppData="+home) e.Vars = append(e.Vars, "LocalAppData="+home) e.Vars = append(e.Vars, "REPO_HOST="+staticRepoHost) return nil