Skip to content

Commit

Permalink
/usr/local/bin directory is not guaranteed to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
bouk committed Dec 2, 2021
1 parent 50aa7f2 commit 72f1af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfexec/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ func TestExecutorDir(t *testing.T) {
{
desc: "test set dir",
args: []string{"pwd"},
dir: "/usr/local/bin",
want: "/usr/local/bin\n",
dir: "/bin",
want: "/bin\n",
ok: true,
},
}
Expand Down

0 comments on commit 72f1af7

Please sign in to comment.