From a5e660899217e8ca552096375db6be0f83f939ea Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Mon, 19 Nov 2018 18:56:48 +0100 Subject: CLI: tests aligned Signed-off-by: Lukas Fleischer --- test/data/conf | 2 +- test/ical-007.sh | 2 +- test/regress-001.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/data/conf b/test/data/conf index 71cc7b5..3fe55d4 100644 --- a/test/data/conf +++ b/test/data/conf @@ -24,7 +24,7 @@ general.confirmquit=yes general.confirmdelete=yes # If this option is set to yes, messages about loaded and saved data will not be displayed -general.systemdialogs=no +general.systemdialogs=yes # If this option is set to yes, progress bar appearing when saving data will not be displayed general.progressbar=no diff --git a/test/ical-007.sh b/test/ical-007.sh index 8f0f472..4c43a4e 100755 --- a/test/ical-007.sh +++ b/test/ical-007.sh @@ -7,7 +7,7 @@ if [ "$1" = 'actual' ]; then cp "$DATA_DIR/conf" .calcurse || exit 1 TZ="America/New_York" "$CALCURSE" -D "$PWD/.calcurse" \ -i "$DATA_DIR/ical-007.ical" - "$CALCURSE" -D "$PWD/.calcurse" -s2015-02-23 + "$CALCURSE" -D "$PWD/.calcurse" -s02/23/2015 rm -rf .calcurse || exit 1 elif [ "$1" = 'expected' ]; then cat <