Skip to content

Commit

Permalink
Fix CI fail in ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Mar 18, 2021
1 parent 441b107 commit 019a559
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: "/bin",
want: "/bin\n",
dir: "/usr/local/bin",
want: "/usr/local/bin\n",
ok: true,
},
}
Expand Down

0 comments on commit 019a559

Please sign in to comment.