summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/basic/t3/test.t
blob: fb6cc41c44107d07f40a2f241da6597370942424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# $FreeBSD$

cd `dirname $0`
. ../../common.sh

setup_test()
{
	rm -f ${WORK_DIR}/Makefile
}

desc_test()
{
	echo "No Makefile file."
}

eval_cmd $1
OpenPOWER on IntegriCloud