Skip to content

Commit 64d31f5

Browse files
authored
[UnifiedEnv] remove env-var from shell_test (#825)
## Summary Looks like this writeShellrc functionality is still valid? anyway, we can remove this env-var call ## How was it tested? test passed locally
1 parent 938a200 commit 64d31f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/impl/shell_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
var update = flag.Bool("update", false, "update the golden files with the test results")
1616

1717
func TestWriteDevboxShellrc(t *testing.T) {
18-
t.Setenv("DEVBOX_FEATURE_UNIFIED_ENV", "0")
1918
testdirs, err := filepath.Glob("testdata/shellrc/*")
2019
if err != nil {
2120
t.Fatal("Error globbing testdata:", err)

0 commit comments

Comments
 (0)