1#!/bin/sh
2
3. "${TEST_INIT:-./test-init.sh}"
4
5"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-010" \
6  -d02/23/2013 2>errors && exit 1
7grep -Fq 'no event nor appointment found' errors
8rm -f errors
9