Commit 9bff064
committed
Fix current encoding errors in syslog test
Use default encoding settings when reading syslog data over SSH to
avoid errors when attempting to read some latin1-encoded characters
(e.g., mu or u with umlaut) as utf-8.
This reverts 58effdf (vmware#7977).
Additionally, remove retry of the cat operation; it seems like one of
the least likely steps of this process to fail, and code history does
not reveal any reason it was added.
This reverts 18841ed (vmware#6841).1 parent b8eeb5c commit 9bff064
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments