diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 11:42:05 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 11:42:05 +0000 |
commit | 4d4434fefd229a6678c47d99487e9944ff70ed87 (patch) | |
tree | f08e08122ac309b6d0dc17962b54ff5f488c5a84 | |
parent | 5220b871513a9a78ae31075337189ffb17d7c6f5 (diff) | |
download | ayatana-indicator-datetime-4d4434fefd229a6678c47d99487e9944ff70ed87.tar.gz ayatana-indicator-datetime-4d4434fefd229a6678c47d99487e9944ff70ed87.tar.bz2 ayatana-indicator-datetime-4d4434fefd229a6678c47d99487e9944ff70ed87.zip |
tests/run-eds-ics-test.sh: Make sure the folder for the tasks.isc file exists before copying it there.
-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 |