Regression test for r201456.

This commit is contained in:
obrien 2010-01-04 09:49:23 +00:00
parent 05cd6c9186
commit 9f5a22f4e5
5 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# $FreeBSD$
#
# A typo'ed directive.
#
.uudef foo
all:

View File

@ -0,0 +1,2 @@
"Makefile", line 6: Unknown directive
make: fatal errors encountered -- cannot continue

View File

@ -0,0 +1,14 @@
#! /bin/sh
# $FreeBSD$
cd `dirname $0`
. ../../common.sh
# Description
DESC="A typo'ed directive."
# Run
TEST_N=1
TEST_1=
eval_cmd $*