legacy_test.sh revision 146822
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/basic/t3/test.t 146822 2005-05-31 14:13:07Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
8# Description
9DESC="No Makefile file, no command line target."
10
11# Run
12TEST_N=1
13TEST_1=
14
15eval_cmd $*
16