]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/directive-unexport-env.mk
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / directive-unexport-env.mk
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
11 all:
12         @:;