diff options
Diffstat (limited to 'tests/run-eds-ics-test.sh')
-rwxr-xr-x | tests/run-eds-ics-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-eds-ics-test.sh b/tests/run-eds-ics-test.sh index 0eeafad..a257de4 100755 --- a/tests/run-eds-ics-test.sh +++ b/tests/run-eds-ics-test.sh @@ -48,7 +48,7 @@ fi # if there's a specific ics file to test, copy it on top of the canned confilg files if [ -e $9 ]; then echo "copying $9 into $HOME" - cp --verbose --archive $9 $HOME/.local/share/evolution/tasks/system/tasks.ics + cp --verbose --archive $9 ${XDG_DATA_HOME}/evolution/tasks/system/tasks.ics fi # run dbus-test-runner |