mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
15 lines
159 B
Bash
15 lines
159 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
# Description
|
|
DESC="Test semicolon handling."
|
|
|
|
# Run
|
|
TEST_N=2
|
|
TEST_1_TODO="parser bug"
|
|
|
|
eval_cmd $*
|