Skip to content

Commit

Permalink
fix shellwrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTheLeg committed Jul 2, 2024
1 parent 0398c51 commit c10abc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/shellwrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ func TestShellWrapperCmd(t *testing.T) {
[]string{"bash"},
nil,
},
"invalid arg": {
"fish arg": {
[]string{"fish"},
nil,
},
"invalid arg": {
[]string{"invalid"},
fmt.Errorf("konf currently does not support fish"),
},
}
Expand Down

0 comments on commit c10abc6

Please sign in to comment.