use new REQUIRE instead of SKIP
This commit is contained in:
parent
f6d21b9092
commit
0a15996b2a
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user