summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/uuencode/regress.sh
blob: e14b2c3049fa01086684c6b9d825dcff5cfedd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

echo 1..2

REGRESSION_START($1)

# To make sure we end up with matching headers.
umask 022

REGRESSION_TEST(`traditional', `uuencode regress.in < regress.in')
REGRESSION_TEST(`base64', `uuencode -m regress.in < regress.in')

REGRESSION_END()
OpenPOWER on IntegriCloud