diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-21 06:09:52 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-05-21 06:09:52 -0500 |
commit | 1b2b949e449ed961624828e7d13bbf53f56abda8 (patch) | |
tree | 048c1130aaca33e5b93c1caa39f7c9d48b02dd7c | |
parent | 505d4fae96e1d6849f119e9b31588f90073a4102 (diff) | |
download | ayatana-indicator-datetime-1b2b949e449ed961624828e7d13bbf53f56abda8.tar.gz ayatana-indicator-datetime-1b2b949e449ed961624828e7d13bbf53f56abda8.tar.bz2 ayatana-indicator-datetime-1b2b949e449ed961624828e7d13bbf53f56abda8.zip |
in run-eds-ics-test.sh, slightly cleaner ics file copying
-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 |