aboutsummaryrefslogtreecommitdiffstats
path: root/test/event-003.sh
blob: d648e15b4dc0ee5f1b544d458a44cda3f95e9577 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

. "${TEST_INIT:-./test-init.sh}"

"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-event-003" \
  -d02/23/2013 2>errors && exit 1
grep -Fq 'date error in event' errors
rm -f errors