summaryrefslogtreecommitdiff
path: root/tests/test_calendar-cli.sh
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-12-30 03:52:25 +0100
committerTobias Brox <tobias@redpill-linpro.com>2021-12-30 03:52:25 +0100
commit46f66948473dc0b0ef98525e03bdf73d43992b1d (patch)
tree74e3b2302579d0e62b39b9ff53f4785ff989660d /tests/test_calendar-cli.sh
parent64892380606729b022daeadd5d7b82b4795964a3 (diff)
downloadcalendar-cli-46f66948473dc0b0ef98525e03bdf73d43992b1d.zip
working on the new kal interface
Diffstat (limited to 'tests/test_calendar-cli.sh')
-rwxr-xr-xtests/test_calendar-cli.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_calendar-cli.sh b/tests/test_calendar-cli.sh
index f986f12..6d22973 100755
--- a/tests/test_calendar-cli.sh
+++ b/tests/test_calendar-cli.sh
@@ -12,6 +12,7 @@ if [ -n "$radicale_pid" ]
then
echo "## Radicale now running on pid $radicale_pid"
calendar_cli="../calendar-cli --caldav-url=http://localhost:5232/ --caldav-user=testuser --calendar-url=/testuser/calendar-cli-test-calendar"
+ kal="../cal.py --caldav-url=http://localhost:5232/ --caldav-user=testuser --calendar-url=/testuser/calendar-cli-test-calendar"
echo "## Creating a calendar"
$calendar_cli calendar create calendar-cli-test-calendar
@@ -30,8 +31,6 @@ fi
echo "########################################################################"
echo "## XANDIKOS"
echo "########################################################################"
-echo "Not supported at the moment (xandikos dev decided to return a 500 telling that expand doesn't work when I prodded them that it didn't work. should maybe try to create a workaround)"
-exit 0
xandikos_bin=$(which xandikos 2> /dev/null)
if [ -n "$xandikos_bin" ]
then