Make test match struct's name

This commit is contained in:
Marcin Kulik
2014-12-16 15:15:22 +01:00
parent 6de1a0b72e
commit 43c98f7eaf

View File

@@ -17,7 +17,7 @@ func (w *testWriter) Write(p []byte) (int, error) {
return len(p), nil
}
func TestPty_Record(t *testing.T) {
func TestTerminal_Record(t *testing.T) {
command := `python -c "
import sys, time, os
sys.stdout.write('foo')