Skip to content

Commit

Permalink
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions rakelib/commands.rake
Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@ def mspec(mspec_options = {}, java_options = {}, &code)
java_options[:resultproperty] ||="spec.status.#{mspec_options[:compile_mode]}"

puts "MSPEC: #{ms.inspect}"
rm_rf "rubyspec_temp"

jruby(java_options) do
classpath :refid => "test.class.path"
4 changes: 0 additions & 4 deletions spec/tags/1.8/ruby/core/file/readlink_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
4 changes: 0 additions & 4 deletions spec/tags/1.9/ruby/core/file/readlink_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist

0 comments on commit 92c0796

Please sign in to comment.