summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
-rw-r--r--KNOWNBUGS.rb6
1 files changed, 0 insertions, 6 deletions
@@ -2,9 +2,3 @@
# 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
-}