From 17976e4289590318121588b1833054d393495659 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 3 Apr 2018 12:41:45 -0700 Subject: [PATCH] Fix line ending from CRLF to LF --- test/powershell/engine/Basic/DefaultCommands.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/engine/Basic/DefaultCommands.Tests.ps1 b/test/powershell/engine/Basic/DefaultCommands.Tests.ps1 index 1907240b6a0..57164b3cb9c 100644 --- a/test/powershell/engine/Basic/DefaultCommands.Tests.ps1 +++ b/test/powershell/engine/Basic/DefaultCommands.Tests.ps1 @@ -440,7 +440,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 )