Remove tests that don't work on Windows.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 12 Nov 2020 17:18:34 +0000 (19:18 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 12 Nov 2020 17:18:34 +0000 (19:18 +0200)
commit951dfa34f41bb851602216d3ada5f80135370e4f
treee7cfa08b5cad9ba76f517d801a657a43b897cf80
parent3836d4b643369310dc2f98ad311baeac307590d7
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.
src/bin/pg_rewind/t/003_extrafiles.pl