mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
141 B
Bash
12 lines
141 B
Bash
#! /bin/sh
|
|
|
|
. $(dirname $0)/../../common.sh
|
|
|
|
# Description
|
|
DESC="Test '+command' execution with -n -jX"
|
|
|
|
# Run
|
|
TEST_N=1
|
|
TEST_1=
|
|
|
|
eval_cmd $*
|