Commit 4dc6d7d7 authored by Yuichiro NAITO's avatar Yuichiro NAITO
Browse files

add stub uname value for use_freebsd_pkg function

parent 646bb47b
Loading
Loading
Loading
Loading

test/compiler.bats

100644 → 100755
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ DEF
  mkdir -p "$INSTALL_ROOT"
  cd "$INSTALL_ROOT"

  stub uname '-s : echo Darwin'
  stub uname '-s : echo Darwin' '-s : echo Darwin'
  stub sw_vers '-productVersion : echo 10.10'
  stub cc 'false'
  stub brew 'false'