Skip to content

Commit

Permalink
subversion: fix for audit --strict
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#43425.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
dlh authored and MikeMcQuaid committed Sep 6, 2015
1 parent 0c919af commit 063034b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/subversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ def install
end
end

test do
system "#{bin}/svnadmin", "create", "test"
system "#{bin}/svnadmin", "verify", "test"
end

def caveats
s = <<-EOS.undent
svntools have been installed to:
Expand Down Expand Up @@ -264,6 +259,11 @@ def caveats

s
end

test do
system "#{bin}/svnadmin", "create", "test"
system "#{bin}/svnadmin", "verify", "test"
end
end

__END__
Expand Down

0 comments on commit 063034b

Please sign in to comment.