Commit bcafe99
authored
Have one and only one \n character at the end of the system-probe.yaml (#49885)
Recent change corrected the missing tailing \n in the system-probe.yaml and another removed it by mistake.
This missing \n shouldn't have execution impact since it doesn't prevent the yaml parsing.
However, this caused the agent_linux_install_script’s unit test to fail, as the script checks for the configuration by ensuring it is POSIX-compliant which expect a tailing \n
Co-authored-by: stanislas.plowiecki <stanislas.plowiecki@datadoghq.com>1 parent 15b1c1c commit bcafe99
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
124 | | - | |
125 | | - | |
| 119 | + | |
| 120 | + | |
126 | 121 | | |
127 | 122 | | |
128 | 123 | | |
129 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments