Skip to content

Commit

Permalink
Merge pull request #86 from dolmen-go/testing-log-result
Browse files Browse the repository at this point in the history
tests: log value of IsTerminal
  • Loading branch information
mattn committed Mar 22, 2023
2 parents 72a590e + 42997b3 commit c067b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isatty_others_test.go
Expand Up @@ -10,7 +10,7 @@ import (

func TestTerminal(t *testing.T) {
// test for non-panic
IsTerminal(os.Stdout.Fd())
t.Log("os.Stdout:", IsTerminal(os.Stdout.Fd()))
}

func TestCygwinPipeName(t *testing.T) {
Expand Down

0 comments on commit c067b4f

Please sign in to comment.