legacy_test.sh revision 228149
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/execution/plus/test.t 228149 2011-11-30 05:49:17Z fjoe $
4
5cd `dirname $0`
6. ../../common.sh
7
8# Description
9DESC="Test '+command' execution with -n -jX"
10
11# Run
12TEST_N=1
13TEST_1=
14
15eval_cmd $*
16