tests/all.rb in metasm-1.0.1 vs tests/all.rb in metasm-1.0.2
- 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'].each { |f| require f }
+Dir['tests/*.rb'].sort.each { |f| require f }