From f3d0995e9078c0b6a99793a90ce6671afc756ee1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 13:46:45 +0200 Subject: CPANization --- t/60-regression.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/60-regression.t') 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); -- cgit v1.2.3