Make test-all TESTS=io / test_flush

e$B9bLn$G$9!#e(B

TESTS=io
e$B$r7+$jJV$7$F$$$k$HFsEY$K0lEY$/$i$$2<5-$N$h$&$J%(%i!<$,$G$^$7$?!#e(B
e$B$4Js9p$^$G!#e(B

$ ./ruby -v
ruby 1.9.0 (2008-10-24 revision 19797) [x86_64-linux]
$ make test-all TESTS=‘io’
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb
–extout=.ext – “./test/runner.rb” io
Loaded suite ./test/runner
Started
F
Finished in 0.000571 seconds.

  1. Failure:
    test_flush(TestIONonblock)
    [/home/takano/ruby/test/io/nonblock/test_flush.rb:34]:
    <4097> expected but was
    <8193>.

1 tests, 1 assertions, 1 failures, 0 errors, 0 skips
make: *** [test-all] Error 1
$