legacy_test.sh revision 276389
1219820Sjeff#! /bin/sh
2219820Sjeff# $FreeBSD: stable/10/usr.bin/bmake/tests/shell/meta/legacy_test.sh 263346 2014-03-19 12:29:20Z jmmv $
3219820Sjeff
4219820Sjeff. $(dirname $0)/../../common.sh
5219820Sjeff
6219820Sjeff# Description
7219820SjeffDESC="Check that a command line with meta characters is passed to the shell."
8219820Sjeff
9219820Sjeff# Setup
10219820SjeffTEST_COPY_FILES="sh 755"
11219820Sjeff
12219820Sjeff# Run
13219820SjeffTEST_N=2
14219820SjeffTEST_1="-B no-meta"
15219820SjeffTEST_2="-B meta"
16219820Sjeff
17219820Sjeffeval_cmd $*
18219820Sjeff