mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
11 lines
244 B
Bash
11 lines
244 B
Bash
# $FreeBSD$
|
|
|
|
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()
|