diff options
Diffstat (limited to '20130123/unit-tests/unexport')
-rw-r--r-- | 20130123/unit-tests/unexport | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/20130123/unit-tests/unexport b/20130123/unit-tests/unexport new file mode 100644 index 0000000..fb40d0c --- /dev/null +++ b/20130123/unit-tests/unexport @@ -0,0 +1,8 @@ +# $Id: unexport,v 1.1.1.1 2009/11/19 00:31:11 sjg Exp $ + +# pick up a bunch of exported vars +.include "export" + +.unexport UT_ZOO UT_FOO + +UT_TEST = unexport |