aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ftpserver.pl')
-rwxr-xr-xtests/ftpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 736425328..78ceccb9e 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -443,7 +443,7 @@ sub getreplydata {
my ($testno) = @_;
my $testpart = "";
- $testno =~ s/^([^0-9]*)//
+ $testno =~ s/^([^0-9]*)//;
if($testno > 10000) {
$testpart = $testno % 10000;
$testno = int($testno / 10000);