We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fd88f commit abcb59cCopy full SHA for abcb59c
1 file changed
test/Scoop-Decompress.Tests.ps1
@@ -33,7 +33,7 @@ Describe 'Decompression function' -Tag 'Scoop', 'Decompress' {
33
It "Decompression test cases should exist" {
34
$testcases = "$working_dir\TestCases.zip"
35
if (!$isUnix) {
36
- Expand-Archive $testcases $working_dir
+ Microsoft.Powershell.Archive\Expand-Archive $testcases $working_dir
37
}
38
$testcases | Should -Exist
39
compute_hash $testcases 'sha256' | Should -Be '695bb18cafda52644a19afd184b2545e9c48f1a191f7ff1efc26cb034587079c'
0 commit comments