]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/make/shell/meta/test.t
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / make / shell / meta / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="Check that a command line with meta characters is passed to the shell."
10
11 # Setup
12 TEST_COPY_FILES="sh 755"
13
14 # Run
15 TEST_N=2
16 TEST_1="-B no-meta"
17 TEST_2="-B meta"
18
19 eval_cmd $*