mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This adds 3 tests: Verify that ChangesDirs() returns nothing when run on a copy of the same directory. Verify that various mutations of a directory get reported with the right changes. Verify that ExportChanges() + ApplyLayer() of the above mutation gets an identical directory. Unfortunately the last test is disabled because it fails in multiple ways atm. But I want to get it in so that we can fix it. Upstream-commit: f7238f94e8b5b31e78360c342676ca84b5984806 Component: engine