Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local: Fix remove by container-relative path #211

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2020

  1. LOCAL: on deletion, interpret relative paths as container-based

    If the path to delete is a file-system relative path, interpret it
    as relative to the container, not the current directory.
    urisimchoni committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    978547e View commit details
    Browse the repository at this point in the history
  2. tests: test deletion by name

    This tests issue WasabiAiR#210 - without the local-FS fix, it passes on
    cloud file systems and fails on local, with the fix it also passes
    on local.
    urisimchoni committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c35e8dd View commit details
    Browse the repository at this point in the history