From 119e9660f5312cb83cf4a391417476966f5a1fe6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 18:57:44 +0200 Subject: Remove integration test for now (was a stub, anyways) --- t/50-integration.t | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 t/50-integration.t diff --git a/t/50-integration.t b/t/50-integration.t deleted file mode 100644 index 7048b7e..0000000 --- a/t/50-integration.t +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; -use 5.010; - -use Cwd; -use Test::Command tests => 6; - -my $hashl = '../../bin/hashl'; - -my $EMPTY = q{}; -my $usage = <<'EOF'; -Usage: ../../bin/hashl [options] [args] -See 'perldoc -F ../../bin/hashl' (or 'man hashl' if it is properly installed) -EOF - -chdir('t/in'); - -for my $cmd ("$hashl", "$hashl copy") { - my $tc = Test::Command->new(cmd => $cmd); - - $tc->exit_isnt_num(0); - $tc->stdout_is_eq($EMPTY); - $tc->stderr_is_eq($usage); -} -- cgit v1.2.3