diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/scan.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scan.sh b/tests/scan.sh index 15dd39f..0b1ff00 100755 --- a/tests/scan.sh +++ b/tests/scan.sh @@ -7,4 +7,5 @@ fi $SCANNER client-header $1 /dev/null $SCANNER server-header $1 /dev/null -$SCANNER code $1 /dev/null +$SCANNER private-code $1 /dev/null +$SCANNER public-code $1 /dev/null |