aboutsummaryrefslogtreecommitdiffstats
path: root/test/todo-002.sh
blob: c2718a9c4107b3f9465aacfe3d7f6c1d221a423d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "$1" = 'actual' ]; then
  calcurse -D data/ -t3
elif [ "$1" = 'expected' ]; then
  echo 'to do:'
  sed -n 's/^\[3\] \(.*\)/3. \1/p' data/todo
else
  ./run-test "$0"
fi