]> sjero.net Git - wget/commitdiff
[svn] Fixed a minor bug in _setup method.
authormtortonesi <devnull@localhost>
Thu, 14 Jun 2007 15:43:25 +0000 (08:43 -0700)
committermtortonesi <devnull@localhost>
Thu, 14 Jun 2007 15:43:25 +0000 (08:43 -0700)
tests/Test.pm

index f1934de4f3f5be51df1f6d3cf400c449161b4c21..c5449d597f2c680952107875192e3e5e7b456cb1 100755 (executable)
@@ -127,7 +127,7 @@ sub _setup {
         close (FILE);
     } 
     
-    chdir ("input");
+    chdir ("../input");
     $self->_setup_server();
 
     chdir ($self->{_workdir});