summaryrefslogtreecommitdiff
path: root/tests/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.sh')
-rwxr-xr-xtests/tests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.sh b/tests/tests.sh
index 9eb7341..7d1e277 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -101,9 +101,6 @@ cat $outfile > $tmpfile
echo "## cleanup, delete it"
calendar_cli calendar delete --event-uid=$uid
-echo "## Same, using kal add ics"
-calendar_cli calendar addics --file $tmpfile
-
rm $tmpfile
calendar_cli --icalendar calendar agenda --from-time=2010-10-13 --agenda-days=1
echo "$output" | grep -q "whole day" || error "could not find the event"