tests/all.rb in metasm-1.0.3 vs tests/all.rb in metasm-1.0.4

- old
+ new

@@ -2,7 +2,7 @@ # Copyright (C) 2006-2009 Yoann GUILLOT # # Licence is LGPL, see LICENCE in the top-level directory -Dir['tests/*.rb'].sort.each { |f| require f } +Dir[File.expand_path('../*.rb', __FILE__)].sort.each { |f| require f }