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 719415b..c61e804 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -84,7 +84,7 @@ copy_code_to_buildroot()
msg "Copying current build dir to $BUILD_PATH"
rm -rf $BUILD_PATH
mkdir -p $BUILD_PATH/func/
- cp -var $BASE_DIR/ $BUILD_PATH
+ cp -var $BASE_DIR/* $BUILD_PATH/func
}