From ddf72817b05464508d2c89add72babca99a50820 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 31 Jan 2010 14:08:19 +0000 Subject: * test/ruby/test_dir.rb: use string instead of symbol as file name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_dir.rb') diff --git a/test/ruby/test_dir.rb b/test/ruby/test_dir.rb index a30a367243..236fd991db 100644 --- a/test/ruby/test_dir.rb +++ b/test/ruby/test_dir.rb @@ -197,7 +197,7 @@ class TestDir < Test::Unit::TestCase def test_symlink begin - [:dummy, *?a..?z].each do |f| + ["dummy", *?a..?z].each do |f| File.symlink(File.join(@root, f), File.join(@root, "symlink-#{ f }")) end -- cgit v1.2.3