Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unpack tricky path tests only on capable file systems #151

@mk-pmb

Description

@mk-pmb

FTP has rather few restrictions on what paths may look like. Especially, it allows for characters that have special meaning in popular programming languages, and thus have a tendency to be accidentially escaped in the wrong places. To test against that, we have the tricky path tests. However, with the current setup, our repo cannot be cloned onto file systems that have restrictive naming rules. (#150)

My plan is thus:

  • Rebase and merge Reboot development #147 in hopes master branch will once again pass CI.
  • Maybe fix minor issues if I find some on the way.
  • Rename the tricky paths fixture to another name and make tests rename it back when needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions