Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasgun committed Jan 24, 2022
1 parent 5a481af commit 7f14d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/service_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ func fileNotFoundErrorCheck(out test.KnRunResult, filePath string) cmp.Compariso
if result() == cmp.ResultSuccess {
return result
}
// Check for Windows specific error message in case file is not found
return util.ContainsAllIgnoreCase(out.Stderr, "system", "cannot", "find", "file", "specified", filePath)
}

0 comments on commit 7f14d15

Please sign in to comment.