summaryrefslogtreecommitdiff
path: root/tests/mtime-old.script
blob: b58b53e1d528bbeb47f389d48d334d7bb452e6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -eu

touch -t 197001010000.00 "$DATADIR/mtime-old.trigger"
cat <<EOF > "$DATADIR/mtime-old.tasks"
date:
    trigger-file: $DATADIR/mtime-old.trigger
    trigger-age: 10
    command: echo triggered > $DATADIR/mtime-old.out
EOF


./desktop-cronish --quiet --max-jobs 5 "$DATADIR/mtime-old.tasks"
cat "$DATADIR/mtime-old.out"