Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/shell/meta/legacy_test.sh
34907 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="Check that a command line with meta characters is passed to the shell."
7
8
# Setup
9
TEST_COPY_FILES="sh 755"
10
11
# Run
12
TEST_N=2
13
TEST_1="-B no-meta"
14
TEST_2="-B meta"
15
16
eval_cmd $*
17
18