blob: d648e15b4dc0ee5f1b544d458a44cda3f95e9577 (
plain) (
tree)
|
|
#!/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
|