aboutsummaryrefslogblamecommitdiffstats
path: root/test/range-001.sh
blob: 4932a4fc6b52761b0537ab1b23b9f00e05bcac8f (plain) (tree)


















                                                     
#!/bin/sh

if [ ! -x "$(command -v faketime)" ]; then
  echo "libfaketime not found - skipping $0..."
  exit 1
fi

if [ "$1" = 'actual' ]; then
  faketime '2011-02-25 00:00:00' calcurse -D data/ -r
elif [ "$1" = 'expected' ]; then
  cat <<EOD
02/25/11:
 * Socket ghastlier
 - ..:.. -> ..:..
	Covenants useful smoker's
EOD
else
  ./run-test "$0"
fi