mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
20 lines
282 B
Bash
20 lines
282 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
. $(dirname $0)/../../common.sh
|
|
|
|
# Description
|
|
DESC="New path for builtin shells."
|
|
|
|
# Setup
|
|
TEST_COPY_FILES="sh 755"
|
|
TEST_LINKS="sh csh sh ksh"
|
|
|
|
# Run
|
|
TEST_N=3
|
|
TEST_1="sh_test"
|
|
TEST_2="csh_test"
|
|
TEST_3="ksh_test"
|
|
TEST_3_SKIP="no ksh on FreeBSD"
|
|
|
|
eval_cmd $*
|