Commit 6b21dc4
test: kill ReturnRemoval mutation in SplitCommand file not found check
Add assertion to verify that only the "File not found" error message
appears when a non-existent file is specified. Without the return
statement, execution would continue and also produce "Unable to read
file" error, which this test now detects.1 parent 6436a29 commit 6b21dc4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
| |||
0 commit comments