From 1b2b949e449ed961624828e7d13bbf53f56abda8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 21 May 2015 06:09:52 -0500 Subject: in run-eds-ics-test.sh, slightly cleaner ics file copying --- tests/run-eds-ics-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3