We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20c6e1 commit c79ceb1Copy full SHA for c79ceb1
tests/test-gpg-key.ps1
@@ -7,7 +7,7 @@ param (
7
8
$CurrentPath = Get-Location
9
$SourceRootPath = Resolve-Path (Join-Path -Path $PSScriptRoot -ChildPath "..")
10
-$TestPath = Resolve-Path (Join-Path -Path $PSScriptRoot -ChildPath "..\..\fork-version.tests\gpg")
+$TestPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath((Join-Path -Path $PSScriptRoot -ChildPath "..\..\fork-version.tests\gpg"))
11
$TempKeyContentPath = (Join-Path -Path $PSScriptRoot -ChildPath "TEST_GPG_KEY_CONTENT.tmp")
12
13
$KeyContent = @"
0 commit comments