aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-04-18 08:52:02 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-04-18 08:52:02 +0200
commit451383433d842f4a6734573a37aaf9098dd245c7 (patch)
tree5c0f3fab84181c700cdebffe8b6251ec030bf033 /vcs_test.rb
parente8a6206719edc70b0ce7257da5b34471f7f8e71f (diff)
complete change of configuration
Diffstat (limited to 'vcs_test.rb')
-rw-r--r--vcs_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs_test.rb b/vcs_test.rb
index 91b6609..2111cc5 100644
--- a/vcs_test.rb
+++ b/vcs_test.rb
@@ -24,7 +24,7 @@ unless ARGV[0]
puts "Usage: ruby #{$0} (git|bzr)"
exit
end
-require ARGV[0]
+require "vcs_#{ARGV[0]}"
require "benchmark"
class VCS_test < Test::Unit::TestCase