You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It "should return expected string from testdrive:\$file1" {
13
-
$result=get-content-path testdrive:\$file1
12
+
13
+
It "should return expected string from TestDrive:\$file1" {
14
+
$result=Get-Content-Path TestDrive:\$file1
14
15
$result| Should -BeExactly "ExpectedContent"
15
16
}
16
-
It "should Add-Content to testdrive:\dynamicfile.txt with dynamic parameters"-Pending:($IsLinux-Or$IsMacOS) {#https://github.com/PowerShell/PowerShell/issues/891
It "should Add-Content to TestDrive:\dynamicfile.txt with dynamic parameters"-Pending:($IsLinux-Or$IsMacOS) {#https://github.com/PowerShell/PowerShell/issues/891
It "should be able to pass multiple [string]`$objects to Add-Content through the pipeline to output a dynamic Path file"-Pending:($IsLinux-Or$IsMacOS) {#https://github.com/PowerShell/PowerShell/issues/891
0 commit comments