* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not
a directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2fdd59898
commit
f56d1d8777
@ -1,3 +1,8 @@
|
|||||||
|
Fri Nov 28 21:44:40 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not
|
||||||
|
a directory.
|
||||||
|
|
||||||
Fri Nov 28 19:37:56 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Nov 28 19:37:56 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* hash.c (env_has_value, env_index): must match exactly.
|
* hash.c (env_has_value, env_index): must match exactly.
|
||||||
@ -71,8 +76,8 @@ Thu Nov 27 16:58:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||||||
|
|
||||||
Wed Nov 26 15:38:47 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
Wed Nov 26 15:38:47 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* test/fileutils/test_fileutils.rb: should take the existing symbolic
|
* test/fileutils/test_fileutils.rb (test_ln_s): should take the
|
||||||
link for OpenBSD.
|
existing symbolic link for OpenBSD.
|
||||||
|
|
||||||
Wed Nov 26 04:48:42 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
|
Wed Nov 26 04:48:42 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ if have_symlink?
|
|||||||
assert_raises(Errno::EEXIST) {
|
assert_raises(Errno::EEXIST) {
|
||||||
ln 'tmp/cptmp', 'tmp/cptmp_symlink'
|
ln 'tmp/cptmp', 'tmp/cptmp_symlink'
|
||||||
}
|
}
|
||||||
File.symlink '.', 'tmp/symlink'
|
File.symlink 'cptmp', 'tmp/symlink'
|
||||||
assert_raises(Errno::EEXIST) {
|
assert_raises(Errno::EEXIST) {
|
||||||
ln 'tmp/symlink', 'tmp/symlink'
|
ln 'tmp/symlink', 'tmp/symlink'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user