Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > c2637170f289137e7f8944ec39932eda > files > 12

ruby-2.5.7-20.mga7.src.rpm

--- ruby-2.4.1/test/ruby/test_file_exhaustive.rb	2016-12-07 02:19:29.000000000 +0000
+++ test_file_exhaustive.rb	2017-09-17 14:54:33.000000000 +0100
@@ -70,7 +70,7 @@
   def notownedfile
     return @notownedfile if defined? @notownedfile
     if Process.euid != 0
-      @notownedfile = '/'
+      @notownedfile = '/tmp'
     else
       @notownedfile = nil
     end