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