From 5bf2efa0757fdf1bc3268015e5d9c4e54181543b Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 28 Sep 2009 12:20:03 +0000 Subject: [PATCH] SE-133 YeastX: fix integration tests SVN: 12738 --- .../templates/data-yeastx/incoming/any-file-upload/file.pdf | 1 - .../templates/data-yeastx/incoming/any-file-upload/file.zip | 1 - integration-tests/test-3v.sh | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 integration-tests/templates/data-yeastx/incoming/any-file-upload/file.pdf delete mode 100644 integration-tests/templates/data-yeastx/incoming/any-file-upload/file.zip 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 6bb0a2a7bd1..00000000000 --- 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 409703b43fa..00000000000 --- 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 75c6cb8708a..99bbd3b17d7 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 { -- GitLab