aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-25 14:31:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-25 14:31:36 +0000
commit756dfe9f402b112cfee02cd2f964b83d884a2c93 (patch)
tree10bf458ccf235fd0e6480c87239fcb23ffc67a8a
parentbd98301784605e72eb8b4c61cae9cb57c802dea1 (diff)
downloadruby-756dfe9f402b112cfee02cd2f964b83d884a2c93.tar.gz
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--configure.in2
-rw-r--r--test/ruby/test_transcode.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 36a58d43ab..47fe09fe8c 100644
--- a/configure.in
+++ b/configure.in
@@ -2615,7 +2615,7 @@ AC_ARG_WITH(rubylibprefix,
[if test "x$withval" = xno; then
AC_MSG_ERROR([No ruby, No libprefix])
fi
- rubylibprefix"=$withval"])
+ rubylibprefix="$withval"])
RUBY_LIB_PREFIX=`eval echo \\"${rubylibprefix}\\"`
AC_SUBST(rubylibprefix)
diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb
index 9a3776273f..801502a1d4 100644
--- a/test/ruby/test_transcode.rb
+++ b/test/ruby/test_transcode.rb
@@ -1,6 +1,6 @@
# encoding: ASCII-8BIT # make sure this runs in binary mode
# some of the comments are in UTF-8
-p __ENCODING__
+
require 'test/unit'
class TestTranscode < Test::Unit::TestCase
def test_errors