diff --git a/isatty_others_test.go b/isatty_others_test.go index 4c056bd..5ea708f 100644 --- a/isatty_others_test.go +++ b/isatty_others_test.go @@ -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) {