From 4ec55a964d25b5bcba73949ed62b7a481996e3dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Sep 2005 14:25:50 +0000 Subject: fixed the proper path to the tftpd server --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') 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); -- cgit v1.2.3