Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Feb 27, 2024
1 parent 9534570 commit c777126
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,6 +30,6 @@ Describe 'Native Windows tilde expansion tests' -tags "CI" {
cmd /c echo "~\foo" | Should -BeExactly '~\foo'
}
It '~ should be expanded with implicit quotes' {
cmd /c echo ~\a` b | Should -BeExactly "`"$($ExecutionContext.SessionState.Provider.Get("FileSystem").Home)\a `""
cmd /c echo ~\a` b | Should -BeExactly "`"$($ExecutionContext.SessionState.Provider.Get("FileSystem").Home)\a `"b"
}
}

0 comments on commit c777126

Please sign in to comment.