We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b739b commit 18f413cCopy full SHA for 18f413c
internal/impl/devbox_test.go
@@ -35,6 +35,7 @@ func testShellPlan(t *testing.T, testPath string) {
35
baseDir := filepath.Dir(testPath)
36
testName := fmt.Sprintf("%s_shell_plan", filepath.Base(baseDir))
37
t.Run(testName, func(t *testing.T) {
38
+ t.Setenv("XDG_DATA_HOME", "/tmp/devbox")
39
assert := assert.New(t)
40
shellPlanFile := filepath.Join(baseDir, "shell_plan.json")
41
hasShellPlanFile := fileExists(shellPlanFile)
0 commit comments