b207aed8b7
Long-prefixed paths can't have '..' segments in them. Delete recursively uses long-prefixes, so the tests that verify long paths handling had to be updated accordingly: it's okay to use long paths when they are prefixed(when they are deleted recursively). This is follow-up to https://github.com/dart-lang/sdk/commit/4928998ebe7d45ca27846af1e8cd4fd45cd475e3 Bug: https://github.com/dart-lang/sdk/issues/56125 Change-Id: I6613b1a324e8923d05e5f0a470ee5b2999d1b929 TEST=ci Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/374220 Commit-Queue: Alexander Aprelev <aam@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>