Skip to content

Commit

Permalink
Adding explicit call to csript.exe for wsf and vbs files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher committed May 27, 2021
1 parent 0e77684 commit 6c688cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Describe "tests for multiple languages and extensions" -tags "CI" {
BeforeAll {
$testCases = @(
@{
Command = ""
Command = "cscript.exe"
Filename = "test.wsf"
ExpectedResults = @(
"Argument 0 is: <ab cd>"
Expand All @@ -64,7 +64,7 @@ next
'@
}
@{
Command = ""
Command = "cscript.exe"
Filename = "test.vbs"
ExpectedResults = @(
"Argument 0 is: <ab cd>"
Expand Down

0 comments on commit 6c688cd

Please sign in to comment.