File: upstream-tests

package info (click to toggle)
ccrypt 1.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,148 kB
  • sloc: ansic: 22,340; sh: 5,691; makefile: 664; lisp: 637; yacc: 291; sed: 35
file content (8 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
# dep-8 compatible wrapper for ccrypt upstream tests

export srcdir=./check
export CHECK_CCRYPT=/usr/bin/ccrypt
export TMPDIR="$AUTOPKGTEST_TMP"
$srcdir/ccrypt-check.sh || ( echo "$0: upstream tests failed" >&2 ; exit 1 )