1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00

tests: fix backup.BackupTest.test_basic_missing_dir_permissions

This commit is contained in:
Grigory Smolkin 2020-12-29 19:07:17 +03:00
parent 964d8dbbce
commit 89931317e9

View File

@ -1968,7 +1968,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
repr(e.message), self.cmd))
os.chmod(full_path, 700)
os.rmdir(full_path)
# Clean after yourself
self.del_test_dir(module_name, fname, [node])