[Issue #66] test fix

This commit is contained in:
Grigory Smolkin
2020-06-11 00:01:45 +03:00
parent b2830e9dd0
commit 62db492105
-2
View File
@@ -176,8 +176,6 @@ class IncrRestoreTest(ProbackupTest, unittest.TestCase):
pgdata_restored = self.pgdata_content(node.data_dir)
self.compare_pgdata(pgdata, pgdata_restored)
exit(1)
# Clean after yourself
self.del_test_dir(module_name, fname)