summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2020-04-13 12:01:50 +0200
committerTobias Brox <tobias@redpill-linpro.com>2020-04-13 12:01:50 +0200
commitbb19781b3cc0f9b7e4730a807bd5c0d3f23ef371 (patch)
tree230fb004ff23a6df3fb9ebb6f2d11277f042d6c8 /tests
parentd8e5f2c3cb0e022abf60fe26e4997cd028a2821f (diff)
downloadcalendar-cli-bb19781b3cc0f9b7e4730a807bd5c0d3f23ef371.zip
Strings printed to stdout should not be utf-8-encoded. resolves https://github.com/tobixen/calendar-cli/issues/60
Diffstat (limited to 'tests')
-rwxr-xr-xtests/script_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script_test.sh b/tests/script_test.sh
index a32bc64..3a3f91a 100755
--- a/tests/script_test.sh
+++ b/tests/script_test.sh
@@ -25,7 +25,7 @@ calendar_cli() {
## CLEANUP from earlier failed test runs
-for uid in $($calendar_cli calendar agenda --from-time=2010-10-10 --agenda-days=1 --event-template='{uid}') ; do calendar_cli calendar delete --event-uid=$uid ; done
+for uid in $($calendar_cli calendar agenda --from-time=2010-10-10 --agenda-days=4 --event-template='{uid}') ; do calendar_cli calendar delete --event-uid=$uid ; done
calendar_cli todo --categories scripttest delete
## TESTING