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

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

"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-event-004" \
  -d02/23/2013 2>errors && exit 1
grep -Fq 'no event nor appointment found' errors