File: control

package info (click to toggle)
disktype 9-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ansic: 5,252; makefile: 150
file content (8 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Test-Command: [ -e /dev/sda ] && disktype /dev/sda ||
              echo "Device /dev/sda not found. Aborting test."
Restrictions: allow-stderr

Test-Command: fsdeploy fs.multiple.xz;
              cd $AUTOPKGTEST_TMP;
              disktype fs.multiple | grep -Ei '(Btrfs|Ext4|exFAT|NTFS)'
Depends: @, forensics-samples-multiple (>= 1.1.2-1)