[svn] Fixed a minor bug in _setup method.

This commit is contained in:
mtortonesi 2007-06-14 08:43:25 -07:00
parent 5974393771
commit 0690ad6354
1 changed files with 1 additions and 1 deletions

View File

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