Fix LVM end-to-end tests (#80).

This commit is contained in:
Dan Helfman
2024-12-06 09:39:24 -08:00
parent ec9e1a8223
commit 140fc248b6
+1 -1
View File
@@ -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)