]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/bmake/tests/shell/meta/legacy_test.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / bmake / tests / shell / meta / legacy_test.sh
1 #! /bin/sh
2 # $FreeBSD$
3
4 . $(dirname $0)/../../common.sh
5
6 # Description
7 DESC="Check that a command line with meta characters is passed to the shell."
8
9 # Setup
10 TEST_COPY_FILES="sh 755"
11
12 # Run
13 TEST_N=2
14 TEST_1="-B no-meta"
15 TEST_2="-B meta"
16
17 eval_cmd $*