Skip to content

Commit 556cdab

Browse files
committed
Write out the environment umask
1 parent 0759549 commit 556cdab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Compress-Archive.Tests.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ BeforeDiscovery {
310310

311311
$ExpectedDirectoryPermissions = 'drwxr-xr-x'
312312
$ExpectedFilePermissions = "-rwxr--r--"
313-
313+
$testUmask = iex "umask -S"
314+
Write-Host $testUmask
314315
if ($env:TF_BUILD -ne $null) {
315316
$ExpectedDirectoryPermissions = 'd---------'
316317
$ExpectedFilePermissions = "-rwx------"

0 commit comments

Comments
 (0)