diff --git a/process/files/moulette_get.pl b/process/files/moulette_get.pl index 19903fa..c4e7133 100644 --- a/process/files/moulette_get.pl +++ b/process/files/moulette_get.pl @@ -183,6 +183,10 @@ sub run_moulette } elsif (-f "$testdir/test.ft") { open $fhin, "<", "$testdir/test.ft" or croak "Unable to open $testdir/test.ft: $!"; } + #TODO: remove this + elsif (-f "$submit/test.ft") { + open $fhin, "<", "$testdir/test.ft" or croak "Unable to open $testdir/test.ft: $!"; + } if ($fhin) {