xref: /freebsd/contrib/bmake/unit-tests/directive-unexport-env.mk (revision cd8537910406e68d4719136a5b0cf6d23bb1b23b)
1# $NetBSD: directive-unexport-env.mk,v 1.3 2020/11/03 17:17:31 rillig Exp $
2#
3# Tests for the .unexport-env directive.
4
5# TODO: Implementation
6
7.unexport-en			# oops: misspelled
8.unexport-env			# ok
9.unexport-environment		# oops: misspelled
10
11all:
12	@:;
13