From 214a761564e75abef1740738460288102a571a9b Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Fri, 3 Apr 2020 20:34:20 +0200 Subject: Accept empty DESCRIPTION in ical import Adresses GitHub issue #274. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- test/ical-009.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ical-009.sh b/test/ical-009.sh index 9558f15..31dc283 100755 --- a/test/ical-009.sh +++ b/test/ical-009.sh @@ -10,11 +10,12 @@ if [ "$1" = 'actual' ]; then echo "$out" | sed -n '4,5p' log=$(echo "$out" | awk '$1 == "See" {print $2}') cat "$log" | sed '1,17d' + cat $PWD/.calcurse/notes/* | wc rm -rf .calcurse || exit 1 elif [ "$1" = 'expected' ]; then cat <