From: Dag-Erling Smørgrav Date: Sat, 23 Mar 2024 00:36:10 +0000 (+0100) Subject: Set umask before testing `--exclude-vcs`. (#2082) X-Git-Tag: v3.7.3~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46e93300e50af40d0992f902fb249cae846f6cb4;p=thirdparty%2Flibarchive.git Set umask before testing `--exclude-vcs`. (#2082) --- diff --git a/tar/test/test_option_exclude_vcs.c b/tar/test/test_option_exclude_vcs.c index 1bd15c3d7..ec4dc5594 100644 --- a/tar/test/test_option_exclude_vcs.c +++ b/tar/test/test_option_exclude_vcs.c @@ -26,6 +26,7 @@ DEFINE_TEST(test_option_exclude_vcs) { + assertUmask(0); assertMakeDir("in", 0755); assertChdir("in"); assertMakeFile("file", 0644, "");