From 752b73420c472c9ec21511cd78a4d92a6fa74984 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 13 May 2016 17:37:24 -0400 Subject: [PATCH] Tests: Removed bash test now that we have 'timew config ...' support --- test/ti-unclipped.t | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 test/ti-unclipped.t diff --git a/test/ti-unclipped.t b/test/ti-unclipped.t deleted file mode 100755 index 22d14a09..00000000 --- a/test/ti-unclipped.t +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash -. bash_tap_ti.sh - -echo 'define exclusions:' >> timewarrior.cfg -echo ' monday = <9:00 >18:00' >> timewarrior.cfg -echo ' tuesday = <9:00 >18:00' >> timewarrior.cfg -echo ' wednesday = <9:00 >18:00' >> timewarrior.cfg -echo ' thursday = <9:00 >18:00' >> timewarrior.cfg -echo ' friday = <9:00 >18:00' >> timewarrior.cfg -echo ' saturday = <9:00 >18:00' >> timewarrior.cfg -echo ' sunday = <9:00 >18:00' >> timewarrior.cfg -echo >> timewarrior.cfg - -# Deliberate start and end times that overlap (but do not enclose) the -# exclusions, to verify that the times are left intact. -timew track 8:31am - 6:29pm foo :quiet -timew export | grep 2900 -timew export | grep 3100 -