From 4ec55a964d25b5bcba73949ed62b7a481996e3dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Fri, 30 Sep 2005 14:25:50 +0000 Subject: [PATCH] fixed the proper path to the tftpd server --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 019c7eb072..012e8bcca8 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); -- GitLab