Skip to content

Commit

Permalink
portable test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jan 18, 2011
1 parent de84f34 commit d9f5396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/fcgi/big_post.fcgi
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use FCGI;

my $req = FCGI::Request();
Expand Down
2 changes: 1 addition & 1 deletion t/fcgi/hello.fcgi
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use FCGI;

my $req = FCGI::Request();
Expand Down
2 changes: 1 addition & 1 deletion t/fcgi/post.fcgi
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use FCGI;

my $req = FCGI::Request();
Expand Down
2 changes: 1 addition & 1 deletion t/fcgi/timeout.fcgi
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use FCGI;

my $req = FCGI::Request();
Expand Down

0 comments on commit d9f5396

Please sign in to comment.