use new REQUIRE instead of SKIP

This commit is contained in:
Johan Holmberg 2009-03-26 21:50:24 +00:00 committed by holmberg556
parent f6d21b9092
commit 0a15996b2a
2 changed files with 4 additions and 2 deletions

@ -146,7 +146,8 @@ end
#-----------------------------------
# file_equal -- other error
# SKIP mswin32
#
# REQUIRE: RUBY_PLATFORM !~ /mswin32/
File.symlink "foo", "foo"

@ -613,7 +613,8 @@ end
# symlinks in tree -- should work
# TODO: this test should be improved to actually trigger the difference
# between lstat/stat in "_update_hardlinks".
# SKIP mswin32
#
# REQUIRE: RUBY_PLATFORM !~ /mswin32/
File.symlink "non-existing", "non-existing-link"