···11---- bmake/unit-tests/unexport-env.mk.orig 2019-02-19 10:24:14.356713136 -0800
22-+++ bmake/unit-tests/unexport-env.mk 2019-02-19 10:25:43.838775388 -0800
33-@@ -3,8 +3,8 @@
44- # pick up a bunch of exported vars
11+--- bmake/unit-tests/unexport-env.mk.orig 2021-05-27 14:44:45.263392298 +0200
22++++ bmake/unit-tests/unexport-env.mk 2021-05-27 14:46:46.188881996 +0200
33+@@ -4,8 +4,8 @@
44+ FILTER_CMD= grep ^UT_
55 .include "export.mk"
6677-# an example of setting up a minimal environment.
88--PATH = /bin:/usr/bin:/sbin:/usr/sbin
88+-PATH= /bin:/usr/bin:/sbin:/usr/sbin
99+# preserve PATH so commands used in the "all" target are still available
1010-+PATH := ${PATH}
1010++PATH := ${PATH}
11111212 # now clobber the environment to just PATH and UT_TEST
1313- UT_TEST = unexport-env
1313+ UT_TEST= unexport-env