Actually there was an empty test for it as well :)
Peter Rabbitson [Thu, 12 Feb 2009 00:33:06 +0000 (00:33 +0000)]
bin/sqltsh [deleted file]
t/42shell.t [deleted file]

diff --git a/bin/sqltsh b/bin/sqltsh
deleted file mode 100644 (file)
index 158af38..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-
-use Getopt::Long;
-use SQL::Translator::Shell;
-
-my %options = (HISTFILE => glob("~/.sqltsh_history"));
-GetOptions('H=s' => \$options{HISTFILE});
-
-my $sqltsh = SQL::Translator::Shell->new(%options);
-
-$sqltsh->run();
diff --git a/t/42shell.t b/t/42shell.t
deleted file mode 100644 (file)
index 5547554..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/local/bin/perl
-# vim: set ft=perl:
-
-use strict;
-use Test::More tests => 1;
-
-use_ok('SQL::Translator::Shell');
-