projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8541f2d
)
ftpserver.pl: Fixed syntax error from commit 3a29ee41
author
Steve Holme
<steve_holme@hotmail.com>
Sat, 29 Mar 2014 12:32:03 +0000
(12:32 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Sat, 29 Mar 2014 12:32:03 +0000
(12:32 +0000)
tests/ftpserver.pl
patch
|
blob
|
history
diff --git
a/tests/ftpserver.pl
b/tests/ftpserver.pl
index 7364253283fb297ac466dbe99f01229b8ab5ae8a..78ceccb9e1531264dfcf79388328cf451abc2b7c 100755
(executable)
--- 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);