import my old svn repo here
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / t / lib / script / testapp_test.pl
diff --git a/t/lib/script/testapp_test.pl b/t/lib/script/testapp_test.pl
deleted file mode 100644 (file)
index 1cc8d04..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/..";
-use Catalyst::Test 'TestApp';
-
-print request($ARGV[0])->content . "\n";
-
-1;