Remove tests that don't work on Windows. On Windows, a filename cannot contain backslashes, because a backslash is used directory separator. Remove tests I added in commit 9c4f5192f that tried to do that. We could perhaps use a SKIP block to only skip them on Windows, but I'm not sure how exactly to formulate that, so just remove the tests to make the buildfarm green again.
Per buildfarm. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/951dfa34f41bb851602216d3ada5f80135370e4f Modified Files -------------- src/bin/pg_rewind/t/003_extrafiles.pl | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-)
