Loading tests/runtests.pl +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ sub runtftpserver { if($ipv6) { $flag .="--ipv6 "; } $cmd="$srcdir/server/tftpd --pidfile $pidfile $flag $port"; $cmd="./server/tftpd --pidfile $pidfile $flag $port"; unlink($pidfile); Loading Loading
tests/runtests.pl +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ sub runtftpserver { if($ipv6) { $flag .="--ipv6 "; } $cmd="$srcdir/server/tftpd --pidfile $pidfile $flag $port"; $cmd="./server/tftpd --pidfile $pidfile $flag $port"; unlink($pidfile); Loading