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

View File

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

View File

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