test(#3269636): add failing test for private:// redirect path bug
Adds a Kernel test that reproduces the bug reported in this issue: a redirect to a private:// destination resolves to the raw filesystem path instead of the /system/files/... route.
This MR is test-only and the new test is expected to fail. A follow-up MR will fix Redirect::getPath() and this test should then pass.