diff --git a/src/pkg/runtime/proc_test.go b/src/pkg/runtime/proc_test.go index d3f1f8bb1c8..fb9c76c3a78 100644 --- a/src/pkg/runtime/proc_test.go +++ b/src/pkg/runtime/proc_test.go @@ -268,7 +268,7 @@ func main() { if os.IsNotExist(err) { // This test tests what it is intended to test only if writes are fast. // If there is no /dev/null, we just don't execute the test. - fmt.Println("OK\n") + fmt.Println("OK") return } if err != nil {