aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-18 10:46:37 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-18 10:46:37 +0200
commitdd22d33f9cec55c2c69e1a1402c1878618a11fa2 (patch)
tree2fec4078ad1a07b3fe23f23f25e5c8564824d768 /vcs_test.rb
parent68c37114a2cd2ee9bef71c3266bac61f91527458 (diff)
change backticks to %x notation
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 2111cc5..248a619 100644
--- a/vcs_test.rb
+++ b/vcs_test.rb
@@ -47,7 +47,7 @@ class VCS_test < Test::Unit::TestCase
def teardown
puts @repo
# Dir.chdir("/")
-# `rm -rf #{@repo}`
+# %x{rm -rf #{@repo}}
puts "#{@t}: #{@b}"
end
def test_cat