diff options
Diffstat (limited to 'test/day-001.sh')
-rwxr-xr-x | test/day-001.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/day-001.sh b/test/day-001.sh new file mode 100755 index 0000000..6868b7a --- /dev/null +++ b/test/day-001.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +if [ "$1" = 'actual' ]; then + calcurse -D data/ -d02/25/2011 +elif [ "$1" = 'expected' ]; then + cat <<EOD +02/25/11: + * Socket ghastlier + - ..:.. -> ..:.. + Covenants useful smoker's +EOD +else + ./run-test "$0" +fi |