From: mtortonesi Date: Thu, 14 Jun 2007 15:43:25 +0000 (-0700) Subject: [svn] Fixed a minor bug in _setup method. X-Git-Tag: v1.13~600 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0690ad6354248bb3a2bee19220368b87735ad600 [svn] Fixed a minor bug in _setup method. --- diff --git a/tests/Test.pm b/tests/Test.pm index f1934de4..c5449d59 100755 --- a/tests/Test.pm +++ b/tests/Test.pm @@ -127,7 +127,7 @@ sub _setup { close (FILE); } - chdir ("input"); + chdir ("../input"); $self->_setup_server(); chdir ($self->{_workdir});