projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b942086
)
fixed the proper path to the tftpd server
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 30 Sep 2005 14:25:50 +0000
(14:25 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 30 Sep 2005 14:25:50 +0000
(14:25 +0000)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
019c7eb
..
012e8bc
100755
(executable)
--- 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);