diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-26 20:43:08 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-26 20:43:08 +0000 |
| commit | 6b1cbe63e43743da820bf2375673872ddba69eb4 (patch) | |
| tree | 29516012d5b44a1f8a831e01e844602c6c1ff92d /test/test_pathname.rb | |
| parent | c42f3cf760b795a904736b344ff560f870073bb4 (diff) | |
| download | ruby-6b1cbe63e43743da820bf2375673872ddba69eb4.tar.gz ruby-6b1cbe63e43743da820bf2375673872ddba69eb4.tar.xz ruby-6b1cbe63e43743da820bf2375673872ddba69eb4.zip | |
* lib/pathname.rb: use File.basename to decompose pathnames.
experimental Windows support.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_pathname.rb')
| -rw-r--r-- | test/test_pathname.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_pathname.rb b/test/test_pathname.rb deleted file mode 100644 index 981fedd98..000000000 --- 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) |
