xref: /freebsd/usr.bin/bmake/tests/shell/meta/legacy_test.sh (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1#! /bin/sh
2# $FreeBSD$
3
4. $(dirname $0)/../../common.sh
5
6# Description
7DESC="Check that a command line with meta characters is passed to the shell."
8
9# Setup
10TEST_COPY_FILES="sh 755"
11
12# Run
13TEST_N=2
14TEST_1="-B no-meta"
15TEST_2="-B meta"
16
17eval_cmd $*
18