diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 019c7eb07..012e8bcca 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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); |