Skip to content

Commit 4d1b9bc

Browse files
committed
test: forgot to normalize
1 parent e3ef30a commit 4d1b9bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/deduplicate_arguments.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ mod tests {
145145
return link_target
146146
.pipe(PathBuf::from)
147147
.join(suffix)
148+
.normalize()
148149
.pipe(resolve_symlink);
149150
}
150151
}

0 commit comments

Comments
 (0)