summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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