From: Daniel Stenberg Date: Fri, 30 Sep 2005 14:25:50 +0000 (+0000) Subject: fixed the proper path to the tftpd server X-Git-Tag: curl-7_15_0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec55a964d25b5bcba73949ed62b7a481996e3dd;p=thirdparty%2Fcurl.git fixed the proper path to the tftpd server --- 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);