Commit 84d61e86 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Unset CC to isolate from CI build environment

parent 6e39eb52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ load test_helper
export MAKE=make
export MAKE_OPTS='-j 2'
export -n CFLAGS
export -n CC

@test "require_gcc on OS X 10.9" {
  stub uname '-s : echo Darwin'