Fix line ending in 'DefaultCommands.Tests.ps1' from CRLF to LF (#6553)

This commit is contained in:
Dongbo Wang 2018-04-03 13:32:16 -07:00 committed by GitHub
parent ceac82abc5
commit e0b1f1f3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,7 +441,7 @@ Describe "Verify approved aliases list" -Tags "CI" {
"Cmdlet", "Test-ComputerSecureChannel", , $($FullCLR )
"Cmdlet", "Test-FileCatalog", , $($FullCLR -or $CoreWindows )
"Cmdlet", "Test-ModuleManifest", , $($FullCLR -or $CoreWindows -or $CoreUnix)
"Cmdlet", "Test-Json", , $( $CoreWindows -or $CoreUnix)
"Cmdlet", "Test-Json", , $( $CoreWindows -or $CoreUnix)
"Cmdlet", "Test-Path", , $($FullCLR -or $CoreWindows -or $CoreUnix)
"Cmdlet", "Test-PSSessionConfigurationFile", , $($FullCLR -or $CoreWindows )
"Cmdlet", "Test-WSMan", , $($FullCLR -or $CoreWindows )