From 4d4434fefd229a6678c47d99487e9944ff70ed87 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 11:42:05 +0000 Subject: tests/run-eds-ics-test.sh: Make sure the folder for the tasks.isc file exists before copying it there. --- tests/run-eds-ics-test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3