Commit e16b78c
committed
tsdfileapi/test_file_api/MockLargeFilesFuse: Fix/optimise path used for created symlink
The variant compiled as per parent commit is correct but doesn't
communicate intent very well -- the path of the created symbolic link
isn't the upload folder path followed by the leaf of the _file name_
(it's already a "leaf" -- just the _name_ of the file, period) -- it
could be the leaf of the full path to the mounted file _or_ just the
name of the file. This commit changes the expression to better express
intent, which also makes it look simpler, and remain equally correct.1 parent a64788e commit e16b78c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2892 | 2892 | | |
2893 | 2893 | | |
2894 | 2894 | | |
2895 | | - | |
2896 | | - | |
| 2895 | + | |
2897 | 2896 | | |
2898 | 2897 | | |
2899 | 2898 | | |
| |||
0 commit comments