Status: Accepted Owner: pekka.klarck Labels: Type-Defect Priority-Medium Target-2.1.3
New issue 494 by pekka.klarck: `Run` and `Read Process Output` remove only `\n`, not `\r\n`, from the end of the command on Windows
http://code.google.com/p/robotframework/issues/detail?id=494 These keywords remove the trailing newline added by the executed command automatically. Currently they just check for trailing `\n`, and thus leave `\r` in place on Windows where the newline is specified with `\r\n`. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
