fixed the proper path to the tftpd server
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2005 14:25:50 +0000 (14:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2005 14:25:50 +0000 (14:25 +0000)
tests/runtests.pl

index 019c7eb..012e8bc 100755 (executable)
@@ -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);