Skip to content

Commit

Permalink
more shebang fixes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored and rspier committed May 6, 2012
1 parent 5ec9695 commit 0a49ea0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/auth_flat_file
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

sub register_tests {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/auth_vpopmail
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

sub register_tests {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/auth_vpopmail_sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

sub register_tests {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/auth_vpopmaild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

warn "loaded test auth_vpopmaild\n";

Expand Down
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/authdeny
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

sub register_tests {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/plugin_tests/auth/authnull
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*-perl-*- [emacs]
#!perl -w

sub register_tests {
my $self = shift;
Expand Down

0 comments on commit 0a49ea0

Please sign in to comment.