From 46e93300e50af40d0992f902fb249cae846f6cb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 23 Mar 2024 01:36:10 +0100 Subject: [PATCH] Set umask before testing `--exclude-vcs`. (#2082) --- tar/test/test_option_exclude_vcs.c | 1 + 1 file changed, 1 insertion(+) 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, ""); -- 2.47.2