blob: a3bd08062c0d5e2bd0eb818d607aa30ef72436c6 (
plain) (
tree)
|
|
#!/bin/sh
. ./test-init.sh
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-010" \
-d02/23/2013 2>errors && exit 1
grep -Fq 'no event nor appointment found' errors
|