As remarked in #2521, this test has unreachable code on Windows, which
triggers a build failure in development due to warnings-as-errors.
(Release versions should not have warnings-as-errors.)
// bsdtar.exe: b: Can't translate uname '(null)' to UTF-8
skipping("TODO: figure out why this test fails on github workflows with MSVC");
return;
-#endif
-
+#else
if (make_files())
return;
assertEqualFile("out/a", "in/a");
assertEqualFile("out/b", "in/b");
assertEqualFile("out/c", "in/c");
+#endif
}
static void