summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-10-20 20:09:17 +0200
committerTobias Brox <tobias@redpill-linpro.com>2022-10-20 20:09:17 +0200
commitfd49eeb99a0b50cd492e3eba69b974c18c892224 (patch)
treeaf5efdd00876f9d26bf8eca35ced0aec070859b6 /tests
parent833d424b3eabe39f60c753784c8f1e27a07d3879 (diff)
downloadcalendar-cli-fd49eeb99a0b50cd492e3eba69b974c18c892224.zip
doc bugfix
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests_kal.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests_kal.sh b/tests/tests_kal.sh
index d613a11..4d3019d 100755
--- a/tests/tests_kal.sh
+++ b/tests/tests_kal.sh
@@ -1,7 +1,5 @@
#!/bin/bash
-## TODO: all references to calendar-cli should be replaced with references to kal. Work in progress!
-
set -e
########################################################################
@@ -205,8 +203,6 @@ kal select --todo --sort-key='{CATEGORIES.cats[0]:?zzz?}' --sort-key=-CLASS --l
echo "## Editing the task"
kal select --todo --category scripttest edit --set-summary "editing" --add-category "scripttest2"
-## TODO: add tests for multiple sort keys
-
echo "## Verifying that the edits got through"
kal select --todo --category scripttest list
[ $(echo "$output" | wc -l) == 1 ] && echo "## OK: found the todo item we just edited and nothing more"