legacy_test.sh revision 146452
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/shell/meta/test.t 146452 2005-05-20 15:06:27Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
8desc_test()
9{
10	echo "Check that a command line with meta characters is passed to the shell."
11}
12
13eval_cmd $1
14