Skip to content

Commit

Permalink
[UnifiedEnv] remove env-var from shell_test (#825)
Browse files Browse the repository at this point in the history
## Summary

Looks like this writeShellrc functionality is still valid?

anyway, we can remove this env-var call

## How was it tested?

test passed locally
  • Loading branch information
savil authored Mar 27, 2023
1 parent 938a200 commit 64d31f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/impl/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
var update = flag.Bool("update", false, "update the golden files with the test results")

func TestWriteDevboxShellrc(t *testing.T) {
t.Setenv("DEVBOX_FEATURE_UNIFIED_ENV", "0")
testdirs, err := filepath.Glob("testdata/shellrc/*")
if err != nil {
t.Fatal("Error globbing testdata:", err)
Expand Down

0 comments on commit 64d31f5

Please sign in to comment.