Skip to content

Commit

Permalink
When uploading bad files/symlinks, the cli fails even with exclude op…
Browse files Browse the repository at this point in the history
…tion enabled
  • Loading branch information
romangurevitch committed Nov 9, 2017
1 parent da98159 commit cc5b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog-cli/jfrog/artifactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestArtifactoryDownloadPathWithSpecialCharsAsNoRegex(t *testing.T) {
artifactoryCli.Exec("dl", tests.Repo1+"/testsdata/c#/a#1.in", tests.Out+fileutils.GetFileSeparator(), "--flat=true")

paths, _ := fileutils.ListFilesRecursiveWalkIntoDirSymlink(tests.Out, false)
tests.IsExistLocally([]string{"out/a1.in", "out/a#1.in"}, paths, t)
tests.IsExistLocally([]string{tests.Out + fileutils.GetFileSeparator() + "a1.in", tests.Out + fileutils.GetFileSeparator() + "a#1.in"}, paths, t)

cleanArtifactoryTest()
}
Expand Down

0 comments on commit cc5b0a4

Please sign in to comment.