File: testsuite.sh

package info (click to toggle)
cryptsetup-nuke-password 8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 192 kB
  • sloc: sh: 494; ansic: 128; makefile: 20
file content (9 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Configure the test suite to run against the files installed
# in the package
export CRYPT=/usr/lib/cryptsetup-nuke-password/crypt
export ASKPASS=/lib/cryptsetup/askpass

# Run the upstream test-suite
make check