summaryrefslogtreecommitdiffstats
path: root/rubytest.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 08:08:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 08:08:50 +0000
commitfe3db09f3672f8a72ec77af07476ad8290131c23 (patch)
tree41f75742290a2ab9c156eccf4293949fb4c7e0a4 /rubytest.rb
parente710c2c02503799eab339a8ecb20727e9093cd7b (diff)
downloadruby-fe3db09f3672f8a72ec77af07476ad8290131c23.tar.gz
ruby-fe3db09f3672f8a72ec77af07476ad8290131c23.tar.xz
ruby-fe3db09f3672f8a72ec77af07476ad8290131c23.zip
2000-06-14-2
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'rubytest.rb')
-rw-r--r--rubytest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubytest.rb b/rubytest.rb
index a2380e6f4..c25155bb6 100644
--- a/rubytest.rb
+++ b/rubytest.rb
@@ -3,7 +3,7 @@
require 'rbconfig'
include Config
-unless File.exist? "./#{CONFIG['ruby_install_name']}"
+unless File.exist? "./#{CONFIG['ruby_install_name']}#{CONFIG['EXEEXT']}"
print "./#{CONFIG['ruby_install_name']} is not found.\n"
print "Try `make' first, then `make test', please.\n"
exit 0