From 485cebd9ed7904e97be8bb385140c8b29e706eba Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 28 Sep 2009 12:24:08 +0000 Subject: [PATCH] SE-133 YeastX: fix integration tests (it seems that binary files cannot be writable in svn) SVN: 12740 --- integration-tests/test-yeastx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh index 857412dbca1..3780575d082 100755 --- a/integration-tests/test-yeastx.sh +++ b/integration-tests/test-yeastx.sh @@ -22,6 +22,8 @@ function prepare_data { mkdir -p $MY_DATA cp -R $TEMPLATE/data-yeastx/* $MY_DATA/ clean_svn $MY_DATA + + chmod -R 700 $MY_DATA/incoming* } -- GitLab