From 712b4b78b2130d8165311c81095dcc3e76c78717 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Mon, 24 Jun 2019 21:10:57 +0200 Subject: [PATCH] Revert "Run test with available python" This reverts commit 6b89e122 Signed-off-by: Thomas Lauf --- test/annotate.t | 2 +- test/cancel.t | 2 +- test/chart.t | 2 +- test/cli.t | 2 +- test/clock.t | 2 +- test/config.t | 2 +- test/continue.t | 2 +- test/delete.t | 2 +- test/dom.t | 2 +- test/export.t | 2 +- test/extensions.t | 2 +- test/fill.t | 2 +- test/gaps.t | 2 +- test/help.t | 2 +- test/ids.t | 2 +- test/join.t | 2 +- test/lengthen.t | 2 +- test/modify.t | 2 +- test/move.t | 2 +- test/quiet.t | 2 +- test/resize.t | 2 +- test/shorten.t | 2 +- test/split.t | 2 +- test/start.t | 2 +- test/stop.t | 2 +- test/summary.t | 2 +- test/tag.t | 2 +- test/tags.t | 2 +- test/template.t | 2 +- test/test_totals.t | 2 +- test/track.t | 2 +- test/undo.t | 2 +- test/untag.t | 2 +- test/version.t | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/test/annotate.t b/test/annotate.t index f2c93dc1..b712e5a3 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/cancel.t b/test/cancel.t index 7af4e788..d9bd06ce 100755 --- a/test/cancel.t +++ b/test/cancel.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/chart.t b/test/chart.t index bde81643..541b8212 100755 --- a/test/chart.t +++ b/test/chart.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/cli.t b/test/cli.t index 1d6f269b..8818f3c3 100755 --- a/test/cli.t +++ b/test/cli.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/clock.t b/test/clock.t index 6dd83d23..4a0f916a 100755 --- a/test/clock.t +++ b/test/clock.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/config.t b/test/config.t index b74eca5b..87766e40 100755 --- a/test/config.t +++ b/test/config.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/continue.t b/test/continue.t index 720068c4..9392f3e7 100755 --- a/test/continue.t +++ b/test/continue.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/delete.t b/test/delete.t index b4124246..0c8be5ee 100755 --- a/test/delete.t +++ b/test/delete.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/dom.t b/test/dom.t index 84d8ee8d..e9da59af 100755 --- a/test/dom.t +++ b/test/dom.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/export.t b/test/export.t index d9282435..a2360040 100755 --- a/test/export.t +++ b/test/export.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/extensions.t b/test/extensions.t index c88307d7..7e28f555 100755 --- a/test/extensions.t +++ b/test/extensions.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/fill.t b/test/fill.t index 92497c71..72bd9d2f 100755 --- a/test/fill.t +++ b/test/fill.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/gaps.t b/test/gaps.t index e2272a58..5ace816b 100755 --- a/test/gaps.t +++ b/test/gaps.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/help.t b/test/help.t index a701cfdc..fcbb4630 100755 --- a/test/help.t +++ b/test/help.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/ids.t b/test/ids.t index c430e9dc..ebd0f8f7 100755 --- a/test/ids.t +++ b/test/ids.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/join.t b/test/join.t index 2a55f64d..f2f853e2 100755 --- a/test/join.t +++ b/test/join.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/lengthen.t b/test/lengthen.t index fa025e51..d5769bcb 100755 --- a/test/lengthen.t +++ b/test/lengthen.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/modify.t b/test/modify.t index 8f570e83..d4121503 100755 --- a/test/modify.t +++ b/test/modify.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/move.t b/test/move.t index ad25bb4c..e4fcbeb5 100755 --- a/test/move.t +++ b/test/move.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/quiet.t b/test/quiet.t index 67622563..9c67376d 100755 --- a/test/quiet.t +++ b/test/quiet.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/resize.t b/test/resize.t index fa7c6d3c..17273b4b 100755 --- a/test/resize.t +++ b/test/resize.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/shorten.t b/test/shorten.t index cb752848..fa7c549e 100755 --- a/test/shorten.t +++ b/test/shorten.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/split.t b/test/split.t index e797f281..58733af9 100755 --- a/test/split.t +++ b/test/split.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/start.t b/test/start.t index 0d23211c..3d170642 100755 --- a/test/start.t +++ b/test/start.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/stop.t b/test/stop.t index c8c9531e..c122eba4 100755 --- a/test/stop.t +++ b/test/stop.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/summary.t b/test/summary.t index 2afad33a..f497d6e4 100755 --- a/test/summary.t +++ b/test/summary.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tag.t b/test/tag.t index 85048995..25d74e62 100755 --- a/test/tag.t +++ b/test/tag.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tags.t b/test/tags.t index 760bede6..90ca1dda 100755 --- a/test/tags.t +++ b/test/tags.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/template.t b/test/template.t index 33702e1f..7a86439f 100644 --- a/test/template.t +++ b/test/template.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/test_totals.t b/test/test_totals.t index f20881a7..f4f1756a 100755 --- a/test/test_totals.t +++ b/test/test_totals.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/track.t b/test/track.t index b6d77e4f..2bd340ec 100755 --- a/test/track.t +++ b/test/track.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/undo.t b/test/undo.t index 8d223afe..030196ae 100755 --- a/test/undo.t +++ b/test/undo.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/untag.t b/test/untag.t index 5c77b337..9154abea 100755 --- a/test/untag.t +++ b/test/untag.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/version.t b/test/version.t index 1f0fe836..e4d4a925 100755 --- a/test/version.t +++ b/test/version.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- ############################################################################### #