summaryrefslogtreecommitdiff
path: root/test/-ext-/string/test_normalize.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/string/test_normalize.rb')
-rw-r--r--test/-ext-/string/test_normalize.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/string/test_normalize.rb b/test/-ext-/string/test_normalize.rb
index 83bbfd3011..b270a45005 100644
--- a/test/-ext-/string/test_normalize.rb
+++ b/test/-ext-/string/test_normalize.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require "-test-/string/string"
+require "-test-/string"
require "tempfile"
class Test_StringNormalize < Test::Unit::TestCase
@@ -102,7 +102,7 @@ class Test_StringNormalize < Test::Unit::TestCase
end
def test_invalid_sequence
- assert_separately(%w[-r-test-/string/string], <<-'end;')
+ assert_separately(%w[-r-test-/string], <<-'end;')
assert_equal("\u{fffd}", Bug::String.new("\xff").normalize_ospath)
end;
end