test/test_svn.rb in hoc-0.3 vs test/test_svn.rb in hoc-0.4
- old
+ new
@@ -30,10 +30,10 @@
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
# License:: MIT
class TestSvn < Minitest::Test
def test_parsing
Dir.mktmpdir 'test' do |dir|
- system("
+ fail unless system("
set -e
cd '#{dir}'
svnadmin create base
svn co file://#{dir}/base repo
cd repo