From 178a2f7064af173ed2b223b9a1c70e77dd016e49 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 9 Apr 1999 18:04:08 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubytest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubytest.rb') diff --git a/rubytest.rb b/rubytest.rb index cf583c1dfb..6d0c0123d9 100644 --- a/rubytest.rb +++ b/rubytest.rb @@ -5,7 +5,7 @@ include Config $stderr.reopen($stdout) error = '' -`./ruby #{CONFIG["srcdir"]}/sample/test.rb`.each do |line| +`./miniruby #{CONFIG["srcdir"]}/sample/test.rb`.each do |line| if line =~ /^end of test/ print "test succeeded\n" exit 0 -- cgit v1.2.3