aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vcs_test.rb')
-rw-r--r--vcs_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs_test.rb b/vcs_test.rb
index cd96bf1..1c5d517 100644
--- a/vcs_test.rb
+++ b/vcs_test.rb
@@ -21,7 +21,7 @@ if __FILE__ == $0
require "test/unit"
require "pp"
unless ARGV[0]
- puts "Usage: ruby #{$0} git"
+ puts "Usage: ruby #{$0} git"
exit
end
require "vcs_#{ARGV[0]}"
@@ -82,5 +82,5 @@ class VCS_test < Test::Unit::TestCase
@t = "history"
end
-end
+end
end