Skip to content

Commit

Permalink
enable stdin test on Windows
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
  • Loading branch information
djdv committed Sep 19, 2018
1 parent c71d230 commit e156fdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ func TestOptionParsing(t *testing.T) {
}

func TestArgumentParsing(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("stdin handling doesn't yet work on windows")
}

rootCmd := &cmds.Command{
Subcommands: map[string]*cmds.Command{
"noarg": {},
Expand Down

0 comments on commit e156fdf

Please sign in to comment.