Skip to content

Commit c5b5a66

Browse files
committed
fix test
1 parent 8e7f7cb commit c5b5a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestExecuter(t *testing.T) {
3939
{
4040
commands: []string{"hoge"},
4141
exceptedErr: "exit status 127",
42-
exceptedStderr: "sh: 1: hoge not found\n",
42+
exceptedStderr: "sh: 1: hoge: not found\n",
4343
},
4444
{
4545
commands: []string{"sleep 30"},

0 commit comments

Comments
 (0)