diff options
Diffstat (limited to 'test/ruby/test_system.rb')
| -rw-r--r-- | test/ruby/test_system.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index 298f3c043..4cd93738f 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -33,7 +33,7 @@ class TestSystem < Test::Unit::TestCase tmp.print "this is a trailing junk\n"; tmp.close - assert_equal('nil', `#{ruby} -x script_tmp`) + assert_equal('', `#{ruby} -x script_tmp`) assert_equal('555', `#{ruby} -x script_tmp -zzz=555`) tmp = open("script_tmp", "w") |
