# The following tests will verify if the image has the right filesystem and
# some parts of important files. It will ensure that content exists and is
# right inside the images.

Test-Command: fsdeploy fs.ext4.xz;
              cd $AUTOPKGTEST_TMP;
              disktype fs.ext4 | egrep "Ext4 file system";
              hexdump fs.ext4 -C | egrep '(SX530|Exif|GIMP)'
Depends: @, bsdmainutils, disktype, forensics-samples-ext4
