aboutsummaryrefslogtreecommitdiffstats
path: root/test/fileutils
Commit message (Expand)AuthorAgeFilesLines
...
* * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine2004-02-121-2/+2
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-292-4/+0
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-241-1/+13
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-2/+17
* * test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine2003-12-111-0/+5
* * test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine2003-12-041-9/+4
* * test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine2003-12-021-0/+153
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-15/+40
* * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban2003-11-281-1/+1
* * test/fileutils/test_fileutils.rb: should take the existing symboliceban2003-11-261-1/+1
* * test/fileutils/test_fileutils.rb: do test in more deep directory.aamine2003-11-252-9/+13
* * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...aamine2003-11-252-2/+10
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-201-16/+21
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-181-6/+6
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-182-16/+92
* * test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]aamine2003-09-291-4/+4
* * test/fileutils/test_fileutils.rb: clear all errors on Windows.aamine2003-09-272-21/+53
* * test/fileutils/fileassertions.rb: new file.aamine2003-09-173-0/+452