1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Regression test for r201456.

This commit is contained in:
David E. O'Brien 2010-01-04 09:49:23 +00:00
parent 8d7446f925
commit faddcb5783
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201478
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 $*