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});