summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 17:31:57 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 17:31:57 -0400
commit540a752d3b0ffbf91e27293474e15ce69566e43f (patch)
treeb593bc7fef84d80eeca45415fc0053cc3504fd42 /test
parentcedd9198d92ed606fe47bb64cfbe8e0a4aa07ec8 (diff)
parent7ee8540a086aa69355531303c16e7be657c35127 (diff)
downloadfunc-540a752d3b0ffbf91e27293474e15ce69566e43f.tar.gz
func-540a752d3b0ffbf91e27293474e15ce69566e43f.tar.xz
func-540a752d3b0ffbf91e27293474e15ce69566e43f.zip
Merge branch 'unduping_code'
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 864ca56..7a7bcf8 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -173,6 +173,8 @@ install_the_func()
{
msg "Installing func directly from $1 $BUILD_PATH"
pushd $1/func
+ # remove any remnants of func already installed
+ make clean clean_hard clean_harder
make install
pushd $1/certmaster