From 0921f80f44f1a8975cc7ab17a1fca37e9dc3c733 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 4 May 2011 18:14:37 +0000 Subject: [PATCH] Fixed the TEST for subversion, needed to cd into the directory first... --- dev-vcs/subversion/subversion-1.6.15.bep | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/subversion/subversion-1.6.15.bep b/dev-vcs/subversion/subversion-1.6.15.bep index c4f2621ad..e6f850610 100644 --- a/dev-vcs/subversion/subversion-1.6.15.bep +++ b/dev-vcs/subversion/subversion-1.6.15.bep @@ -27,6 +27,7 @@ INSTALL { } TEST { + cd subversion-1.6.15 make check }