summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/shell/meta/test.t
blob: 588b73ccc9f65a01cbed866f4a99aaebc0c261f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

# $FreeBSD$

cd `dirname $0`
. ../../common.sh

# Description
DESC="Check that a command line with meta characters is passed to the shell."

# Setup
TEST_COPY_FILES="sh 755"

# Run
TEST_N=2
TEST_1="-B no-meta"
TEST_2="-B meta"

eval_cmd $*
OpenPOWER on IntegriCloud