Revert simplistic fix pending revisit of Mozilla integration attempt.
1 # -@- Mode: Makefile -@-
7 test "$(VAR1)" = "val1"
8 test "$(origin VAR1)" = "environment"
9 test "$(VAR2)" = "" # VAR2
10 test "$(VAR3)" = "val3"
12 $(MAKE) -f $(TESTPATH)/unexport.submk subt