selftest:Samba4: avoid File::Path 'make_path' in setup_dns_hub_internal()
authorStefan Metzmacher <metze@samba.org>
Thu, 17 Dec 2020 09:42:03 +0000 (10:42 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Feb 2021 09:20:10 +0000 (09:20 +0000)
commit56c2c0f651e1c038ecf87a14a7dbe478e5e58d8d
tree310a232406c8de41e0b05aeb3d870e030bf322ea
parentf480161b754aade6c1af2d05f3ce742466b28026
selftest:Samba4: avoid File::Path 'make_path' in setup_dns_hub_internal()

While spliting the build and test stages I hit strange permission
problems, when a parent directory is missing,
which can be avoided by using plain mkdir() on each level.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 719eccd445e9cc56a1c2988c4deeb39d301bcbff)
selftest/target/Samba4.pm