summaryrefslogtreecommitdiff
path: root/spec/ruby/library/readline/readline_spec.rb
diff options
context:
space:
mode:
-rw-r--r--spec/ruby/library/readline/readline_spec.rb8
1 files changed, 5 insertions, 3 deletions
@@ -22,9 +22,11 @@ with_feature :readline do
File.read(@out).should == "test"
end
- it "taints the returned strings" do
- ruby_exe('File.write ARGV[0], Readline.readline.tainted?', @options)
- File.read(@out).should == "true"
end
end
end