selftest: make sure we don't have any umask limitations for selftest
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Apr 2017 08:39:31 +0000 (10:39 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 9 Apr 2017 23:11:19 +0000 (01:11 +0200)
commit20404e19b900af7ae30e0897323b52eb51e7f950
tree1f6c28a8e4069d1f5c0f03b5975df045701bceb6
parent6d6117b5ba510d169cbc0c285edc75c24f60625a
selftest: make sure we don't have any umask limitations for selftest

We create $prefix with 0700 (umask 0077), but everything else
should not have a umask limitation (by default).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12709

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/selftest.pl