aboutsummaryrefslogblamecommitdiffstats
path: root/test/appointment-003.sh
blob: 840823fca2c044d89d91a33aaeb7c1f5ccb04d0d (plain) (tree)
1
2
3
4

         

                











                                                                               
#!/bin/sh

. ./test-init.sh

if [ "$1" = 'actual' ]; then
  "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-003" \
    -d02/23/2013
elif [ "$1" = 'expected' ]; then
  cat <<EOD
02/23/13:
 - 10:00 -> ..:..
	Appointment
EOD
else
  ./run-test "$0"
fi