Skip to content

Commit abcb59c

Browse files
daveneeleyr15ch13
authored andcommitted
Expand-ZipArchive: Compatible with Pscx (was missing tests) (#3427)
Extension to #3425
1 parent a6fd88f commit abcb59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Scoop-Decompress.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Describe 'Decompression function' -Tag 'Scoop', 'Decompress' {
3333
It "Decompression test cases should exist" {
3434
$testcases = "$working_dir\TestCases.zip"
3535
if (!$isUnix) {
36-
Expand-Archive $testcases $working_dir
36+
Microsoft.Powershell.Archive\Expand-Archive $testcases $working_dir
3737
}
3838
$testcases | Should -Exist
3939
compute_hash $testcases 'sha256' | Should -Be '695bb18cafda52644a19afd184b2545e9c48f1a191f7ff1efc26cb034587079c'

0 commit comments

Comments
 (0)