mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
17 lines
201 B
Bash
17 lines
201 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
. $(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 $*
|