From 2140298af2c135f49266ab9aff57270db4e5e7fd Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 1 Jan 2019 14:53:44 -0500 Subject: [PATCH] tests: Do not explicitly require Python 2.7 --- test/abbreviation.t | 2 +- test/add.t | 2 +- test/alias.t | 2 +- test/annotate.t | 2 +- test/append.t | 2 +- test/args.t | 2 +- test/backlog.t | 2 +- test/bash_completion.t | 2 +- test/blocked.t | 2 +- test/bulk.t | 2 +- test/burndown.t | 2 +- test/calc.t | 2 +- test/calendar.t | 2 +- test/caseless.t | 2 +- test/color.cmd.t | 2 +- test/color.rules.t | 2 +- test/columns.t | 2 +- test/commands.t | 2 +- test/completed.t | 2 +- test/configuration.t | 2 +- test/confirmation.t | 2 +- test/context.t | 2 +- test/count.t | 2 +- test/custom.config.t | 2 +- test/custom.recur_ind.t | 2 +- test/custom.t | 2 +- test/custom.tag_ind.t | 2 +- test/date.iso.t | 2 +- test/dateformat.t | 2 +- test/datesort.t | 2 +- test/datetime-negative.t | 2 +- test/debug.t | 2 +- test/default.t | 2 +- test/delete.t | 2 +- test/denotate.t | 2 +- test/dependencies.t | 2 +- test/diag.t | 2 +- test/diag_color.t | 2 +- test/dom2.t | 2 +- test/due.t | 2 +- test/duplicate.t | 2 +- test/edit.t | 2 +- test/encoding.t | 2 +- test/enpassant.t | 2 +- test/exec.t | 2 +- test/export.t | 2 +- test/feature.559.t | 2 +- test/feature.default.project.t | 2 +- test/feature.print.empty.columns.t | 2 +- test/feature.recurrence.t | 2 +- test/feedback.t | 2 +- test/filter.t | 2 +- test/fontunderline.t | 2 +- test/format.t | 2 +- test/gc.t | 2 +- test/helpers.t | 2 +- test/history.t | 2 +- test/hooks.env.t | 2 +- test/hooks.on-add.t | 2 +- test/hooks.on-exit.t | 2 +- test/hooks.on-launch.t | 2 +- test/hooks.on-modify.t | 2 +- test/hyphenate.t | 2 +- test/ids.t | 2 +- test/import.t | 2 +- test/info.t | 2 +- test/limit.t | 2 +- test/list.all.projects.t | 2 +- test/log.t | 2 +- test/logo.t | 2 +- test/math.t | 2 +- test/modify.t | 2 +- test/nag.t | 2 +- test/obfuscate.t | 2 +- test/oldest.t | 2 +- test/operators.t | 2 +- test/overdue.t | 2 +- test/partial.t | 2 +- test/prepend.t | 2 +- test/pri_sort.t | 2 +- test/project.t | 2 +- test/purge.t | 2 +- test/quotes.t | 2 +- test/rc.override.t | 2 +- test/recurrence.t | 2 +- test/reports.t | 2 +- test/search.t | 2 +- test/sequence.t | 2 +- test/shell.t | 2 +- test/show.t | 2 +- test/sorting.t | 2 +- test/special.t | 2 +- test/start.t | 2 +- test/stats.t | 2 +- test/substitute.t | 2 +- test/sugar.t | 2 +- test/summary.t | 2 +- test/tag.t | 2 +- test/taskrc.t | 2 +- test/template.t | 2 +- test/timesheet.t | 2 +- test/tw-1379.t | 2 +- test/tw-1837.t | 2 +- test/tw-20.t | 2 +- test/tw-262.t | 2 +- test/tw-295.t | 2 +- test/tw-46.t | 2 +- test/uda.t | 2 +- test/uda_orphan.t | 2 +- test/uda_report.t | 2 +- test/uda_sort.t | 2 +- test/undo.t | 2 +- test/unicode.t | 2 +- test/unique.t | 2 +- test/upgrade.t | 2 +- test/urgency.t | 2 +- test/urgency_inherit.t | 2 +- test/uuid.t | 2 +- test/verbose.t | 2 +- test/version.t | 2 +- test/wait.t | 2 +- 121 files changed, 121 insertions(+), 121 deletions(-) diff --git a/test/abbreviation.t b/test/abbreviation.t index 22b90e454..505e0a824 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/add.t b/test/add.t index 0e6929ff4..2f1aa1192 100755 --- a/test/add.t +++ b/test/add.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/alias.t b/test/alias.t index 740148b7b..530f9b320 100755 --- a/test/alias.t +++ b/test/alias.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/annotate.t b/test/annotate.t index e3af0910d..9cc566222 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/append.t b/test/append.t index 20c5378d4..08445684e 100755 --- a/test/append.t +++ b/test/append.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/args.t b/test/args.t index aff507000..20127730d 100755 --- a/test/args.t +++ b/test/args.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/backlog.t b/test/backlog.t index 61e6c702a..c21ae0ccd 100755 --- a/test/backlog.t +++ b/test/backlog.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/bash_completion.t b/test/bash_completion.t index 2049f69d3..bbbf18e90 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/blocked.t b/test/blocked.t index 2e77376ba..c0601d00b 100755 --- a/test/blocked.t +++ b/test/blocked.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/bulk.t b/test/bulk.t index 00cdd55c0..12920a643 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/burndown.t b/test/burndown.t index 0c98e3e42..874e2bff3 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/calc.t b/test/calc.t index 241d9a39e..f13bebd31 100755 --- a/test/calc.t +++ b/test/calc.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/calendar.t b/test/calendar.t index a83a34b0a..97bef64c2 100755 --- a/test/calendar.t +++ b/test/calendar.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/caseless.t b/test/caseless.t index 79fd55c0e..051c1c4db 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/color.cmd.t b/test/color.cmd.t index 8943d7965..0a94fb7dc 100755 --- a/test/color.cmd.t +++ b/test/color.cmd.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/color.rules.t b/test/color.rules.t index 30de59ceb..cf652426d 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/columns.t b/test/columns.t index b22007570..910691c9f 100755 --- a/test/columns.t +++ b/test/columns.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/commands.t b/test/commands.t index 669aa6237..68831cf32 100755 --- a/test/commands.t +++ b/test/commands.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/completed.t b/test/completed.t index e60114ad7..adab21846 100755 --- a/test/completed.t +++ b/test/completed.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/configuration.t b/test/configuration.t index 21bf8b3c4..efb0838c0 100755 --- a/test/configuration.t +++ b/test/configuration.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/confirmation.t b/test/confirmation.t index f5fb2232b..f97fc603c 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/context.t b/test/context.t index c9d790d2b..84772b65d 100755 --- a/test/context.t +++ b/test/context.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/count.t b/test/count.t index f34bd2f36..5fb848e02 100755 --- a/test/count.t +++ b/test/count.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/custom.config.t b/test/custom.config.t index 5fa62a55e..18f7ec438 100755 --- a/test/custom.config.t +++ b/test/custom.config.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/custom.recur_ind.t b/test/custom.recur_ind.t index 549dfff0e..58cc4aa0a 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/custom.t b/test/custom.t index c7edc29c2..7c5ba5ea0 100755 --- a/test/custom.t +++ b/test/custom.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/custom.tag_ind.t b/test/custom.tag_ind.t index 8b65d3397..f5fef7bc3 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/date.iso.t b/test/date.iso.t index 83ff61972..29fd76882 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/dateformat.t b/test/dateformat.t index 4c6fd7ad1..3e0e42f6a 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/datesort.t b/test/datesort.t index 1cab82105..2555c9cbf 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/datetime-negative.t b/test/datetime-negative.t index 46d3ddd0a..b15f9b6c5 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/debug.t b/test/debug.t index ce2025a43..447630994 100755 --- a/test/debug.t +++ b/test/debug.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/default.t b/test/default.t index a7872939b..7437873f7 100755 --- a/test/default.t +++ b/test/default.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/delete.t b/test/delete.t index 22b5b6e6a..4b5e4f6e0 100755 --- a/test/delete.t +++ b/test/delete.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/denotate.t b/test/denotate.t index ad718efbc..8b3e5c4b4 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/dependencies.t b/test/dependencies.t index 9882087f6..b1997a313 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/diag.t b/test/diag.t index fafaf326c..daefed033 100755 --- a/test/diag.t +++ b/test/diag.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/diag_color.t b/test/diag_color.t index f955e278f..cbfb5018b 100755 --- a/test/diag_color.t +++ b/test/diag_color.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/dom2.t b/test/dom2.t index 656d6b08a..34141b7e2 100755 --- a/test/dom2.t +++ b/test/dom2.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/due.t b/test/due.t index b3ddf281f..cb426add8 100755 --- a/test/due.t +++ b/test/due.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/duplicate.t b/test/duplicate.t index 41fdbcc10..b930fbef6 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/edit.t b/test/edit.t index 18b84d09b..25d0694f3 100755 --- a/test/edit.t +++ b/test/edit.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/encoding.t b/test/encoding.t index 0b696c29e..8c3a6da2e 100755 --- a/test/encoding.t +++ b/test/encoding.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/enpassant.t b/test/enpassant.t index 23f7119a6..61cee8202 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/exec.t b/test/exec.t index 70f72d0d3..c734f1faf 100755 --- a/test/exec.t +++ b/test/exec.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/export.t b/test/export.t index 62b617832..b93a1b975 100755 --- a/test/export.t +++ b/test/export.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/feature.559.t b/test/feature.559.t index 9bff3d16c..f16dc94d1 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/feature.default.project.t b/test/feature.default.project.t index 438c51f27..094f7c23e 100755 --- a/test/feature.default.project.t +++ b/test/feature.default.project.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/feature.print.empty.columns.t b/test/feature.print.empty.columns.t index 72b99a1f6..d8b58e5e2 100755 --- a/test/feature.print.empty.columns.t +++ b/test/feature.print.empty.columns.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/feature.recurrence.t b/test/feature.recurrence.t index 52a21285d..8bc9309b1 100755 --- a/test/feature.recurrence.t +++ b/test/feature.recurrence.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/feedback.t b/test/feedback.t index 6a80e587d..a2fb02f88 100755 --- a/test/feedback.t +++ b/test/feedback.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/filter.t b/test/filter.t index 74a9d9abb..b1cf0faad 100755 --- a/test/filter.t +++ b/test/filter.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/fontunderline.t b/test/fontunderline.t index fab9a8274..a7e29c5d5 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/format.t b/test/format.t index 6e1203b20..f540ea734 100755 --- a/test/format.t +++ b/test/format.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/gc.t b/test/gc.t index a8efbdd6b..ebc19b77d 100755 --- a/test/gc.t +++ b/test/gc.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/helpers.t b/test/helpers.t index ea3ac2d4c..20c4ed013 100755 --- a/test/helpers.t +++ b/test/helpers.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/history.t b/test/history.t index f3b14733f..c68fc42ee 100755 --- a/test/history.t +++ b/test/history.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hooks.env.t b/test/hooks.env.t index efd28840b..76fdacd59 100755 --- a/test/hooks.env.t +++ b/test/hooks.env.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hooks.on-add.t b/test/hooks.on-add.t index 876e7955a..f94a1755a 100755 --- a/test/hooks.on-add.t +++ b/test/hooks.on-add.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hooks.on-exit.t b/test/hooks.on-exit.t index 334ee92bd..47a8c7f66 100755 --- a/test/hooks.on-exit.t +++ b/test/hooks.on-exit.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hooks.on-launch.t b/test/hooks.on-launch.t index affc53fa6..12045a811 100755 --- a/test/hooks.on-launch.t +++ b/test/hooks.on-launch.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hooks.on-modify.t b/test/hooks.on-modify.t index 49753460b..228430947 100755 --- a/test/hooks.on-modify.t +++ b/test/hooks.on-modify.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/hyphenate.t b/test/hyphenate.t index a09c41e74..00d1daf14 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/ids.t b/test/ids.t index b5d21c6ac..45c6085c4 100755 --- a/test/ids.t +++ b/test/ids.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/import.t b/test/import.t index 9454a7f1c..8edf1321a 100755 --- a/test/import.t +++ b/test/import.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/info.t b/test/info.t index 5c93db5a6..655581482 100755 --- a/test/info.t +++ b/test/info.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/limit.t b/test/limit.t index e7e819382..69a2c0db1 100755 --- a/test/limit.t +++ b/test/limit.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/list.all.projects.t b/test/list.all.projects.t index f52a40a8d..8864a00de 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/log.t b/test/log.t index ad7dcab99..48792c95b 100755 --- a/test/log.t +++ b/test/log.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/logo.t b/test/logo.t index e1341bbe8..d97debe9d 100755 --- a/test/logo.t +++ b/test/logo.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/math.t b/test/math.t index 32a63962c..1cb77a9d2 100755 --- a/test/math.t +++ b/test/math.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/modify.t b/test/modify.t index 74a3d4957..ed5b75716 100755 --- a/test/modify.t +++ b/test/modify.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/nag.t b/test/nag.t index 98c982571..08194ef1e 100755 --- a/test/nag.t +++ b/test/nag.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/obfuscate.t b/test/obfuscate.t index 884bb17af..a8bbc814c 100755 --- a/test/obfuscate.t +++ b/test/obfuscate.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/oldest.t b/test/oldest.t index e0e4e6fcc..4371f308f 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/operators.t b/test/operators.t index cb59a2121..bbda578ed 100755 --- a/test/operators.t +++ b/test/operators.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/overdue.t b/test/overdue.t index 779541997..6d59197aa 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/partial.t b/test/partial.t index 5dc99d85e..778f18f3a 100755 --- a/test/partial.t +++ b/test/partial.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/prepend.t b/test/prepend.t index 3c5a9daa9..adc47d60b 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/pri_sort.t b/test/pri_sort.t index e75d478e1..a8b40d52f 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/project.t b/test/project.t index 83b646c5a..d9243a2f2 100755 --- a/test/project.t +++ b/test/project.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/purge.t b/test/purge.t index e66b86ebe..9d14a74ba 100755 --- a/test/purge.t +++ b/test/purge.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/quotes.t b/test/quotes.t index 0c186e834..822fb8de4 100755 --- a/test/quotes.t +++ b/test/quotes.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/rc.override.t b/test/rc.override.t index e22841e05..0f4cdbef3 100755 --- a/test/rc.override.t +++ b/test/rc.override.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/recurrence.t b/test/recurrence.t index f7e30f51f..a21611bc9 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/reports.t b/test/reports.t index 663413404..2fb73c383 100755 --- a/test/reports.t +++ b/test/reports.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/search.t b/test/search.t index 7e75c20fe..8879a0057 100755 --- a/test/search.t +++ b/test/search.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/sequence.t b/test/sequence.t index 2476bfb63..6949da821 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/shell.t b/test/shell.t index 3ef608559..05003f475 100755 --- a/test/shell.t +++ b/test/shell.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/show.t b/test/show.t index b02e74c68..b8f662f36 100755 --- a/test/show.t +++ b/test/show.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/sorting.t b/test/sorting.t index 1efdd7c70..f4ee5a5ca 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/special.t b/test/special.t index 69a3d99d0..b4f82171c 100755 --- a/test/special.t +++ b/test/special.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/start.t b/test/start.t index 31a824c69..02edd495f 100755 --- a/test/start.t +++ b/test/start.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/stats.t b/test/stats.t index 2577490b4..0a055c8a1 100755 --- a/test/stats.t +++ b/test/stats.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/substitute.t b/test/substitute.t index 5ed1986c3..a5ec1231b 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/sugar.t b/test/sugar.t index d6fc1dead..47efe836c 100755 --- a/test/sugar.t +++ b/test/sugar.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/summary.t b/test/summary.t index b9173c5a7..5d86798ce 100755 --- a/test/summary.t +++ b/test/summary.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tag.t b/test/tag.t index 95ce8b8b0..483a1e890 100755 --- a/test/tag.t +++ b/test/tag.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/taskrc.t b/test/taskrc.t index fdbd25ad2..900ee0097 100755 --- a/test/taskrc.t +++ b/test/taskrc.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/template.t b/test/template.t index 93bc26caf..07c2e93ca 100644 --- a/test/template.t +++ b/test/template.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/timesheet.t b/test/timesheet.t index c73587f64..ba703e393 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-1379.t b/test/tw-1379.t index b3d23af81..c217ceb06 100755 --- a/test/tw-1379.t +++ b/test/tw-1379.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-1837.t b/test/tw-1837.t index 412bebf02..5c2d6f91a 100644 --- a/test/tw-1837.t +++ b/test/tw-1837.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-20.t b/test/tw-20.t index 56587d56a..e6d956ca5 100755 --- a/test/tw-20.t +++ b/test/tw-20.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-262.t b/test/tw-262.t index 08741895c..0be3f0bcb 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-295.t b/test/tw-295.t index 22d843ff9..c1b0458ab 100755 --- a/test/tw-295.t +++ b/test/tw-295.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/tw-46.t b/test/tw-46.t index b91f31c75..045231a8c 100755 --- a/test/tw-46.t +++ b/test/tw-46.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/uda.t b/test/uda.t index 077fa0f18..8d49cad94 100755 --- a/test/uda.t +++ b/test/uda.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/uda_orphan.t b/test/uda_orphan.t index f53f2d6a1..08410c85f 100755 --- a/test/uda_orphan.t +++ b/test/uda_orphan.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/uda_report.t b/test/uda_report.t index c04856084..7727ee400 100755 --- a/test/uda_report.t +++ b/test/uda_report.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/uda_sort.t b/test/uda_sort.t index 1297eb68a..4d2541202 100755 --- a/test/uda_sort.t +++ b/test/uda_sort.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/undo.t b/test/undo.t index 94367f460..f7db034a7 100755 --- a/test/undo.t +++ b/test/undo.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/unicode.t b/test/unicode.t index c46fe079b..fe9ada27a 100755 --- a/test/unicode.t +++ b/test/unicode.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/unique.t b/test/unique.t index f87d5b14e..a65c4c833 100755 --- a/test/unique.t +++ b/test/unique.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/upgrade.t b/test/upgrade.t index 4fcf3d4be..7e3ca7389 100755 --- a/test/upgrade.t +++ b/test/upgrade.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/urgency.t b/test/urgency.t index 1f7c5da69..ca5bf5c9d 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/urgency_inherit.t b/test/urgency_inherit.t index b5b7d8776..bbaecc959 100755 --- a/test/urgency_inherit.t +++ b/test/urgency_inherit.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/uuid.t b/test/uuid.t index 07d536274..1cef104f5 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/verbose.t b/test/verbose.t index e4e169f4f..7c8c08396 100755 --- a/test/verbose.t +++ b/test/verbose.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/version.t b/test/version.t index 614fe513f..6612a7f7e 100755 --- a/test/version.t +++ b/test/version.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # diff --git a/test/wait.t b/test/wait.t index 71864cf9b..d08286c77 100755 --- a/test/wait.t +++ b/test/wait.t @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### #