summaryrefslogtreecommitdiff
path: root/test/test_pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-26 20:43:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-26 20:43:08 +0000
commit66283e1c0fff38f9a814603e7171a1121d5f436a (patch)
tree29516012d5b44a1f8a831e01e844602c6c1ff92d /test/test_pathname.rb
parent14a0dd769e8869ecd76c95461c3d60311a7bf8e3 (diff)
* lib/pathname.rb: use File.basename to decompose pathnames.
experimental Windows support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_pathname.rb')
-rw-r--r--test/test_pathname.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_pathname.rb b/test/test_pathname.rb
deleted file mode 100644
index 981fedd98f..0000000000
--- a/test/test_pathname.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'pathname'
-require Pathname.new(__FILE__).dirname.join('inlinetest.rb')
-target = __FILE__[/test_(.*\.rb)$/, 1]
-InlineTest.loadtest(target)