Commit 5c7e50f
committed
Avoid Sonar S5443 false positive in shell_open test
The Windows-drive test literal C:\tmp\a.txt tripped Sonar's
publicly-writable-directory rule on the 'tmp' substring (a false
positive - a test string, no runtime temp dir). Use C:\Users\me\... ,
testing the same drive-is-not-a-scheme behaviour.1 parent 58b6b1f commit 5c7e50f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments