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 31724df commit 78157f2Copy full SHA for 78157f2
internal/impl/devbox_test.go
@@ -89,6 +89,7 @@ func TestComputeNixPathIsIdempotent(t *testing.T) {
89
"DEVBOX_OG_PATH_"+devbox.projectDirHash(),
90
env["DEVBOX_OG_PATH_"+devbox.projectDirHash()],
91
)
92
+ t.Setenv("PATH_STACK", env["PATH_STACK"])
93
94
env, err = devbox.computeNixEnv(ctx, false /*use cache*/)
95
require.NoError(t, err, "computeNixEnv should not fail")
@@ -112,6 +113,7 @@ func TestComputeNixPathWhenRemoving(t *testing.T) {
112
113
114
115
116
117
118
devbox.nix.(*testNix).path = ""
119
0 commit comments