aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/travis/caldav/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/travis/caldav/install.sh')
-rw-r--r--apps/dav/tests/travis/caldav/install.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/dav/tests/travis/caldav/install.sh b/apps/dav/tests/travis/caldav/install.sh
index e0ac30c9e46..d6064fb7a38 100644
--- a/apps/dav/tests/travis/caldav/install.sh
+++ b/apps/dav/tests/travis/caldav/install.sh
@@ -11,8 +11,12 @@ if [ ! -f pycalendar/setup.py ]; then
git clone https://github.com/apple/ccs-pycalendar.git pycalendar
fi
-# create test user
cd "$SCRIPTPATH/../../../../../"
+
+# disable the trashbin, so recurrent deletion of the same object works
+php occ config:app:set dav calendarRetentionObligation --value=0
+
+# create test user
OC_PASS=user01 php occ user:add --password-from-env user01
php occ dav:create-calendar user01 calendar
php occ dav:create-calendar user01 shared