vm: change NO_MEM to a more impossible value
[minix.git] / usr.bin / make / unit-tests / unexport-env
blob238885611a16780db1997a312d09e5fe916a0380
1 # $Id: unexport-env,v 1.1 2009/11/19 00:30:25 sjg Exp $
3 # pick up a bunch of exported vars
4 .include "export"
6 # an example of setting up a minimal environment.
7 PATH = /bin:/usr/bin:/sbin:/usr/sbin
9 # now clobber the environment to just PATH and UT_TEST
10 UT_TEST = unexport-env
12 # this removes everything
13 .unexport-env
14 .export PATH UT_TEST