Skip to content

Commit

Permalink
fix the root replacement in output of tests gm store-cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Nov 7, 2023
1 parent 059e18d commit 7d716f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export def store-cleaning [] {
$path
}
| clean-empty-directories-rec
| str replace $env.GIT_REPOS_HOME ''
| str replace ($env.GIT_REPOS_HOME | path sanitize) ''
| str trim --char '/'
let expected = [
"foo/bar",
Expand Down

0 comments on commit 7d716f1

Please sign in to comment.