mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-01 22:23:01 +02:00
Fix LVM end-to-end tests (#80).
This commit is contained in:
@@ -28,7 +28,7 @@ def main():
|
||||
|
||||
snapshots = [
|
||||
snapshot for snapshot in load_snapshots()
|
||||
if snapshot['lv_path'] == arguments.snapshot_device
|
||||
if snapshot['lv_path'] != arguments.snapshot_device
|
||||
]
|
||||
|
||||
save_snapshots(snapshots)
|
||||
|
||||
Reference in New Issue
Block a user