diff --git a/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.pdf b/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.pdf
deleted file mode 100644
index 6bb0a2a7bd1cac17d880328eb6cf284aa2bd7d19..0000000000000000000000000000000000000000
--- a/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.pdf
+++ /dev/null
@@ -1 +0,0 @@
-pdf content
\ No newline at end of file
diff --git a/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.zip b/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.zip
deleted file mode 100644
index 409703b43fafc81cf741950b6a0c9e040ee6c141..0000000000000000000000000000000000000000
--- a/integration-tests/templates/data-yeastx/incoming/any-file-upload/file.zip
+++ /dev/null
@@ -1 +0,0 @@
-zip content
\ No newline at end of file
diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index 75c6cb8708a06637db605bef347ac4fd18e08e96..99bbd3b17d7e2ec439517cb06c67ccc1375290ba 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -280,7 +280,7 @@ function prepare_data {
     cp -R $TEMPLATE/data $WORK
     clean_svn $DATA
     
-    rm $WORK/datamover-raw/data-completed-info.txt
+    rm -f $WORK/datamover-raw/data-completed-info.txt
 }
 
 function integration_tests {