legacy_test.sh revision 146856
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/syntax/enl/test.t 146856 2005-06-01 11:26:47Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
8# Description
9DESC="Test escaped new-lines handling."
10
11# Run
12TEST_N=2
13TEST_2_TODO="bug in parser"
14
15eval_cmd $*
16