Remove spurious old tests. Clean up process handling.
[scpubgit/Test-Harness-Selenium.git] / t / catapppass.t
diff --git a/t/catapppass.t b/t/catapppass.t
deleted file mode 100644 (file)
index 8406d1c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/perl
-use strict;
-use warnings;
-
-use lib 'lib';
-use Test::Harness::Selenium;
-use Test::More;
-
-my $browser = shift;
-my $s = Test::Harness::Selenium->new({
-    host => 'localhost',
-    port => $< + 60_000,
-    browser_url => 'http://127.0.0.1:3000',
-    browser => $browser,
-});
-$s->start_server;
-$s->run_tests_for('t/corpus/thseleniumpass.html');
-$s->stop_server;
-done_testing;