diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 13:46:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 13:46:45 +0200 |
commit | f3d0995e9078c0b6a99793a90ce6671afc756ee1 (patch) | |
tree | 14b0e32d5526231ca04055dea50b1e128e59d591 /t | |
parent | f9553f3e2b7f21080ce7974909e92d251aaae528 (diff) |
CPANization
Diffstat (limited to 't')
-rwxr-xr-x | t/01-compile-pl.t | 2 | ||||
-rw-r--r-- | t/60-regression.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/01-compile-pl.t b/t/01-compile-pl.t index 661fbfb..7c81c91 100755 --- a/t/01-compile-pl.t +++ b/t/01-compile-pl.t @@ -5,4 +5,4 @@ use 5.010; use Test::More; use Test::Compile; -all_pl_files_ok('lib/ssh-forcecommand'); +all_pl_files_ok('bin/ssh-forcecommand'); diff --git a/t/60-regression.t b/t/60-regression.t index 8faa8c5..828c127 100644 --- a/t/60-regression.t +++ b/t/60-regression.t @@ -13,7 +13,7 @@ sub test_fc { my $out = ($conf{'out'} ? $conf{'out'} . "\n" : q{}); my $err = ($conf{'err'} ? $conf{'err'} . "\n" : q{}); - my $cmd = Test::Command->new(cmd => 'lib/ssh-forcecommand t/config'); + my $cmd = Test::Command->new(cmd => 'bin/ssh-forcecommand t/config'); $cmd->stdout_is_eq($out); $cmd->stderr_is_eq($err); |