blob: 26f1109945ec826a90f72efe6c4ff387297fba5b (
plain) (
tree)
|
|
#!/bin/sh
. "${TEST_INIT:-./test-init.sh}"
if [ "$1" = 'actual' ]; then
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-004" \
-d02/23/2013
elif [ "$1" = 'expected' ]; then
cat <<EOD
02/23/13:
- ..:.. -> 12:00
Appointment
EOD
else
./run-test "$0"
fi
|