mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 03:03:29 +00:00
In order to update these tests it required first running df -h to obtain the new disk size and then adding that value to check.sh This commit replaces the hardcoded values with a regex that checks that the filesystem is somewhere between 400-599MB in size. Before being extended this would have been somewhere in the region of 200-300MB. Signed-off-by: Dave Tucker <dt@docker.com>