mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
214 B
Bash
11 lines
214 B
Bash
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
echo 1..2
|
||
|
|
|
||
|
|
REGRESSION_START($1)
|
||
|
|
|
||
|
|
REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
|
||
|
|
REGRESSION_TEST(`base64', `uuencode -m regress.in <${SRCDIR}/regress.in')
|
||
|
|
|
||
|
|
REGRESSION_END()
|