1#!/bin/sh
2
3. "${TEST_INIT:-./test-init.sh}"
4
5"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-008" \
6  -d02/23/2013 2>errors && exit 1
7grep -Fq 'syntax error in the item date' errors
8rm -f errors
9