Loading tests/ftp.pm +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ # $Id$ ########################################################################### use strict; use warnings; ####################################################################### # pidfromfile returns the pid stored in the given pidfile. The value # of the returned pid will never be a negative value. It will be zero Loading tests/ftpserver.pl +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ # use strict; use warnings; use IPC::Open2; require "getpart.pm"; Loading Loading
tests/ftp.pm +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ # $Id$ ########################################################################### use strict; use warnings; ####################################################################### # pidfromfile returns the pid stored in the given pidfile. The value # of the returned pid will never be a negative value. It will be zero Loading
tests/ftpserver.pl +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ # use strict; use warnings; use IPC::Open2; require "getpart.pm"; Loading