Searched refs:stdinCloseTestString (Results 1 – 1 of 1) sorted by relevance
295 if s := string(b); s != stdinCloseTestString {296 fmt.Fprintf(os.Stderr, "Error: Read %q, want %q", s, stdinCloseTestString)571 const stdinCloseTestString = "Some test string." const599 _, err := io.Copy(stdin, strings.NewReader(stdinCloseTestString))