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:
parent
964d8dbbce
commit
89931317e9
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user