aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-12-11 09:49:31 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-22 16:58:04 +0000
commitb7f14b23b3b8176891d9812ad456f0b55eabd1f8 (patch)
tree8180366eebaa900f0d6acbeb36bed8ccc815f4cb /t/app/model
parent7212ba2f71522b7757410fee5ad43ba2f5e5076b (diff)
Remove unnecessary shebang lines.
Diffstat (limited to 't/app/model')
-rw-r--r--t/app/model/comment.t2
-rw-r--r--t/app/model/problem.t2
-rw-r--r--t/app/model/questionnaire.t2
-rw-r--r--t/app/model/token.t2
4 files changed, 0 insertions, 8 deletions
diff --git a/t/app/model/comment.t b/t/app/model/comment.t
index ae93824a7..e83d795fc 100644
--- a/t/app/model/comment.t
+++ b/t/app/model/comment.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index 6f706a22a..4e4a098d7 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git a/t/app/model/questionnaire.t b/t/app/model/questionnaire.t
index f82b071bd..945a64633 100644
--- a/t/app/model/questionnaire.t
+++ b/t/app/model/questionnaire.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git a/t/app/model/token.t b/t/app/model/token.t
index c98cea395..e31901187 100644
--- a/t/app/model/token.t
+++ b/t/app/model/token.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
use strict;
use warnings;