aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
blob: 36d757846c41981d0f54cda8b16503baa25a3aec (plain)
1
2
3
4
5
6
7
8
9
10
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

assert_equal 'ok', %q{
  t = Thread.new { system("false") }
  t.join
  $? ? :ng : :ok
}