Skip to content
Commit 0ccf9ad2 authored by Guillem Jover's avatar Guillem Jover
Browse files

libdpkg: Set umask to 0 when creating symlinks in test suite to normalize results

POSIX specifies that symlinks have undefined permissions in their mode,
so their setting is system dependent. Linux does not honor the umask
for symlinks, other systems like Hurd or kFreeBSD do, which means we
get different results due to this.

Regression introduced in commit f71e02c8.

Closes: #764171
parent 09b0ee85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment