]> git.ipfire.org Git - thirdparty/samba.git/commit
tests: fix test teardown/cleanup of test_create_reparse_directory()
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2024 16:06:06 +0000 (17:06 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 18:22:28 +0000 (18:22 +0000)
commit44a2458ca4f02aece3ef7a3c98056bdcd78db4b9
tree220f2b4df75425c61fc94c86e816706c7f08c7b7
parent8c468c6e5c8bb3f1b8e8b2d65a5a68db158a03c7
tests: fix test teardown/cleanup of test_create_reparse_directory()

This kept failing in a local make test not being able to cleanup the test
directory in the *subsequent* test test_create_reparse_nonempty_directory().

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
python/samba/tests/reparsepoints.py