dev: fix CI workflow for Windows ()

This commit is contained in:
Ludovic Fernandez 2022-08-24 22:10:51 +02:00 committed by GitHub
parent 890a82659b
commit bddc63a234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 280 additions and 77 deletions

View file

@ -45,7 +45,7 @@ func TestNotExistingDirRun(t *testing.T) {
Run().
ExpectExitCode(exitcodes.Failure).
ExpectOutputContains("cannot find package").
ExpectOutputContains("/testdata/no_such_dir")
ExpectOutputContains(testshared.NormalizeFileInString("/testdata/no_such_dir"))
}
func TestSymlinkLoop(t *testing.T) {