aboutsummaryrefslogtreecommitdiff
path: root/tests/scan.sh
blob: 0b1ff0027edfd7963e971b01f26afcce0dc9cbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

if [ "x$SCANNER" = "x" ] ; then
	echo "No scanner present, test skipped." 1>&2
	exit 77
fi

$SCANNER client-header $1 /dev/null
$SCANNER server-header $1 /dev/null
$SCANNER private-code $1 /dev/null
$SCANNER public-code $1 /dev/null