Test-Command: mac-robber -V
Restrictions: superficial

Test-Command: cp -a /usr/share/forensics-samples/original-files/* $AUTOPKGTEST_TMP;
              mac-robber $AUTOPKGTEST_TMP | grep a-text
Depends: @, forensics-samples-files

Test-Command: ls /dev/loop0 > /dev/null || exit 77;
              fsdeploy fs.ext4.xz;
              cd $AUTOPKGTEST_TMP;
              mkdir mnt;
              mount -o ro,offset=1048576 fs.ext4 mnt;
              mac-robber mnt | grep a-text;
              umount mnt
Depends: @, forensics-samples-ext4
# isolation-machine will provide access to /dev/loop.
# rw-build-tree allow autopkgtest run several times.
Restrictions: isolation-machine, needs-root, rw-build-tree, skippable
