aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /vcs_test.rb
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
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