summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 21:06:17 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 21:06:17 -0400
commitd58c6a2906ee25c813281d4150b65b48b7ed1b27 (patch)
treed7cb8f7d2e55f8086eb203d04945e3b88b52ea80 /test
parentb7b5e3f0e7d53d81b38c531309b506695280ba26 (diff)
downloadfunc-d58c6a2906ee25c813281d4150b65b48b7ed1b27.tar.gz
func-d58c6a2906ee25c813281d4150b65b48b7ed1b27.tar.xz
func-d58c6a2906ee25c813281d4150b65b48b7ed1b27.zip
the "make clean_harder" was perhaps a bit much...
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 7a7bcf8..1b7573e 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -174,7 +174,7 @@ 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 clean clean_hard
make install
pushd $1/certmaster