Commit ea90779a authored by Yuichiro NAITO's avatar Yuichiro NAITO
Browse files

Add test of FreeBSD-11.

parent 3d593941
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -358,6 +358,18 @@ OUT
  unstub uname
}

@test "make on FreeBSD 11" {
  cached_tarball "ruby-2.0.0"

  stub uname "-s : echo FreeBSD" "-r : echo 11.0-RELEASE" false
  stub_make_install

  MAKE= install_fixture definitions/vanilla-ruby
  assert_success

  unstub uname
}

@test "can use RUBY_CONFIGURE to apply a patch" {
  cached_tarball "ruby-2.0.0"