mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 07:10:41 -05:00
14 lines
138 B
Bash
14 lines
138 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
# Description
|
|
DESC="A typo'ed directive."
|
|
|
|
# Run
|
|
TEST_N=1
|
|
TEST_1=
|
|
|
|
eval_cmd $*
|