diff options
Diffstat (limited to 'test/rss')
-rw-r--r-- | test/rss/test_parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_parser.rb b/test/rss/test_parser.rb index 833146b980..8d8d1e1970 100644 --- a/test/rss/test_parser.rb +++ b/test/rss/test_parser.rb @@ -18,7 +18,7 @@ EOR @rss_tmp = Tempfile.new(%w"rss10- .rdf") @rss_tmp.print(@rss10) @rss_tmp.close - @rss_file = @rss_tmp.path.untaint.trust + @rss_file = @rss_tmp.path.untaint end def teardown |