mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
16 lines
189 B
Bash
16 lines
189 B
Bash
#! /bin/sh
|
|
|
|
. $(dirname $0)/../../common.sh
|
|
|
|
# Description
|
|
DESC="Check that the shell can be replaced."
|
|
|
|
# Setup
|
|
TEST_COPY_FILES="shell 755"
|
|
|
|
# Run
|
|
TEST_N=2
|
|
TEST_1=
|
|
TEST_2=-j2
|
|
|
|
eval_cmd $*
|