mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
16 lines
155 B
Perl
16 lines
155 B
Perl
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
cd `dirname $0`
|
||
|
|
. ../../common.sh
|
||
|
|
|
||
|
|
# Description
|
||
|
|
DESC="Test '+command' execution with -n -jX"
|
||
|
|
|
||
|
|
# Run
|
||
|
|
TEST_N=1
|
||
|
|
TEST_1=
|
||
|
|
|
||
|
|
eval_cmd $*
|