diff --git a/example-packages/test/example-prj/hello.txt b/example-packages/test/example-prj/hello.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6769dd60bdf536a83c9353272157893043e9f7d0
--- /dev/null
+++ b/example-packages/test/example-prj/hello.txt
@@ -0,0 +1 @@
+Hello world!
\ No newline at end of file
diff --git a/tests/getfile.sh b/tests/getfile.sh
index 6bd3a5b8b7e98cb710cbb69b4de01ed0e531b5a2..b4dcfdec5bbff702eba6a618e85a347f0aee70b6 100755
--- a/tests/getfile.sh
+++ b/tests/getfile.sh
@@ -315,6 +315,7 @@ if [ "$IMLCI_FILE" = "ALL" ]; then
             -s "${IMLCI_PKG_SECRET}" \
             -f "${myfile}"
     done
+    rm -f "${tmpfilelist}"
 else 
     makeRequest GET "/packages/$IMLCI_PHASE/$IMLCI_PROJECT/$IMLCI_FILE" "$IMLCI_OUTFILE" "$IMLCI_PKG_SECRET"
 fi
diff --git a/tests/getfile.sh.cfg b/tests/getfile.sh.cfg
index f614f3d13e4104fe390e6f2be7fc093510f9dfa4..8a323abb1a731573d4003fe15604d9fbcbd29c55 100644
--- a/tests/getfile.sh.cfg
+++ b/tests/getfile.sh.cfg
@@ -1,4 +1,4 @@
-#
+# for less params with getfile.sh
 IMLCI_PKG_SECRET=myapikey
 IMLCI_URL=http://localhost:8001
 IMLCI_PHASE=test
diff --git a/tests/hello.txt b/tests/hello.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6769dd60bdf536a83c9353272157893043e9f7d0
--- /dev/null
+++ b/tests/hello.txt
@@ -0,0 +1 @@
+Hello world!
\ No newline at end of file