Commit 6df6ab47 authored by SHIBATA Hiroshi's avatar SHIBATA Hiroshi Committed by GitHub
Browse files

Merge pull request #1051 from yuichiro-naito/add_test_of_freebsd_11

Add test of FreeBSD-11.
parents f6c7d8df ea90779a
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"