diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-eds-ics-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-eds-ics-test.sh b/tests/run-eds-ics-test.sh index 63fc6bc..81a4757 100755 --- a/tests/run-eds-ics-test.sh +++ b/tests/run-eds-ics-test.sh @@ -51,6 +51,7 @@ fi # if there's a specific ics file to test, copy it on top of the canned config files if [ -e ${ICS_FILE} ]; then echo "copying ${ICS_FILE} into $HOME" + mkdir -p ${XDG_DATA_HOME}/evolution/tasks/system/ cp --verbose --archive ${ICS_FILE} ${XDG_DATA_HOME}/evolution/tasks/system/tasks.ics fi |