From c490d74a2d5a0038e16369f2db1bad52d429674e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 29 Aug 2009 13:39:06 -0400 Subject: [PATCH] Merge r1399 from release/2.7, after properly adjusting it to the new test conventions. SVN-Revision: 1400 --- libarchive/test/test_write_disk_perms.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libarchive/test/test_write_disk_perms.c b/libarchive/test/test_write_disk_perms.c index 94ceb1f10..4a46bd3c8 100644 --- a/libarchive/test/test_write_disk_perms.c +++ b/libarchive/test/test_write_disk_perms.c @@ -132,6 +132,8 @@ DEFINE_TEST(test_write_disk_perms) struct archive_entry *ae; struct stat st; + assertUmask(UMASK); + /* * Set ownership of the current directory to the group of this * process. Otherwise, the SGID tests below fail if the -- 2.47.3