summaryrefslogtreecommitdiff
path: root/tests/timeout.script
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-11 20:20:19 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-11 20:20:19 +0100
commitb4601ba1ddf6d3442555b719478e1d60f1a36dd1 (patch)
treeabe348c00d4982a746da830b89a6168264ff2ebc /tests/timeout.script
parentaa2aeb3254a890c74d3d684356ca6c1a0afebb87 (diff)
downloaddesktop-cronish-b4601ba1ddf6d3442555b719478e1d60f1a36dd1.tar.gz
Remove most tests
No need to have more than one, right now. Too many tests make it harder to do TDD.
Diffstat (limited to 'tests/timeout.script')
-rwxr-xr-xtests/timeout.script13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/timeout.script b/tests/timeout.script
deleted file mode 100755
index b6b4651..0000000
--- a/tests/timeout.script
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-cat <<EOF > "$DATADIR/foo.tasks"
-date:
- interval: 2
- timeout: 1
- command: sleep 1000
-EOF
-
-
-./desktop-cronish "$DATADIR/foo.tasks"