diff options
Diffstat (limited to 'test/ical-005.sh')
-rwxr-xr-x | test/ical-005.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ical-005.sh b/test/ical-005.sh index f23fe65..a73b90f 100755 --- a/test/ical-005.sh +++ b/test/ical-005.sh @@ -7,6 +7,7 @@ if [ "$1" = 'actual' ]; then cp "$DATA_DIR/conf" .calcurse || exit 1 "$CALCURSE" -D "$PWD/.calcurse" -i "$DATA_DIR/ical-005.ical" "$CALCURSE" -D "$PWD/.calcurse" -s10/03/2013 -r3 + cat "$PWD/.calcurse/notes"/* rm -rf .calcurse || exit 1 elif [ "$1" = 'expected' ]; then cat <<EOD @@ -20,6 +21,7 @@ Import process report: 0023 lines read 10/04/13: * Two days +Import: multi-day event changed to one-day event EOD else ./run-test "$0" |