mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 21:03:30 +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>
NOTE: The cases in this directory are ordered alphabetically. The index used is the position of the first letter of the name in the alphabet. For example, 001_a, 002_b, 003_c etc...