Skip to content

Commit

Permalink
Ensure env vars don't exist prior to win-env test
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Feb 7, 2018
1 parent fa60723 commit c9567d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/tests/lib-unix/win-env/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ADD_COMPFLAGS= \
LD_PATH=$(TOPDIR)/otherlibs/$(UNIXLIBVAR)unix
C_FILES=stubs

export FOO:=
export FOO2:=

.PHONY: test
test:
@if echo 'let () = exit (if Sys.win32 then 0 else 1)' | $(OCAML) -stdin; then \
Expand Down

0 comments on commit c9567d4

Please sign in to comment.