aboutsummaryrefslogtreecommitdiffstats
path: root/test/filter-001.sh
blob: 3e0aca5be17ed363eede8a0501b70de7f3c072e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

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

if [ "$1" = 'actual' ]; then
  "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-filter-001" \
    -t9 -s02/23/2013 -r2
elif [ "$1" = 'expected' ]; then
  cat <<EOD
to do:
9. Beefburger's
9. Gloriously slams
9. Seasons

02/23/13:
 * Event 2
 - 10:00 -> 12:00
	Appointment 2

02/24/13:
 * Event 3
 - 10:00 -> 12:00
	Appointment 3
EOD
else
  ./run-test "$0"
fi