Skip to content

Commit

Permalink
we only really need the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Dec 21, 2023
1 parent 75b3876 commit 9835566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/dependabot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ func TestDependabot(t *testing.T) {
Cmds: Commands(),
Quiet: !testing.Verbose(),
}
env := os.Environ()
env := []string{
"PATH=" + os.Getenv("PATH"),
}
scripttest.Test(t, ctx, engine, env, "../testdata/scripts/*.txt")
}

Expand Down

0 comments on commit 9835566

Please sign in to comment.