summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/ral/type/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/type/file.rb b/test/ral/type/file.rb
index 710376643..462e8f8eb 100755
--- a/test/ral/type/file.rb
+++ b/test/ral/type/file.rb
@@ -682,7 +682,7 @@ class TestFile < Test::Unit::TestCase
# Testing #309 -- //my/file => /my/file
def test_slash_deduplication
- ["/my/////file/for//testing", "//my/file/for/testing///",
+ ["/my/////file/for//testing", "/my/file/for/testing///",
"/my/file/for/testing"].each do |path|
file = nil
assert_nothing_raised do