Skip to content

Commit

Permalink
ResolvedTarget Admin-Only Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Dec 2, 2021
1 parent 23691ff commit c57a5f3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -657,8 +657,10 @@ Describe "FileSystem Provider Extended Tests for Get-ChildItem cmdlet" -Tags "CI
$result.Where({ $_.Name -like "*2.*" -or $_.Name -like "*3.*" }) | Should -BeOfType System.IO.FileInfo
}
}
}

Context 'Validate Get-Item ResolvedTarget property points to resolution of symbolic link (or null if resolution does not exist)' {
Describe "Validate Get-Item ResolvedTarget property" -Tag RequireAdminOnWindows {
Context "Validate Get-Item ResolvedTarget property points to resolution of symbolic link (or null if resolution does not exist)" {

BeforeAll {
$rootDir = Join-Path "TestDrive:" "TestDir"
Expand Down

0 comments on commit c57a5f3

Please sign in to comment.