summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/executable/suite.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/executable/suite.rb b/test/executable/suite.rb
index db96f77..ec696ec 100644
--- a/test/executable/suite.rb
+++ b/test/executable/suite.rb
@@ -10,8 +10,7 @@ puts "Running CodeRay #{CodeRay::VERSION} executable tests..."
class TestCodeRayExecutable < Test::Unit::TestCase
- ruby = `ps -c #$$`[/\w+\Z/]
- ruby = 'ruby' if ruby == 'java'
+ ruby = 'ruby'
ROOT_DIR = Pathname.new(File.dirname(__FILE__)) + '..' + '..'
EXECUTABLE = ROOT_DIR + 'bin' + 'coderay'