summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-30 14:25:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-30 14:25:50 +0000
commit4ec55a964d25b5bcba73949ed62b7a481996e3dd (patch)
treef308a20467919e4d53ddd6b6677e38d9b52b066d
parentb9420864c0907223fda791a1e74f789b7a80433b (diff)
downloadgnurl-4ec55a964d25b5bcba73949ed62b7a481996e3dd.tar.gz
gnurl-4ec55a964d25b5bcba73949ed62b7a481996e3dd.tar.bz2
gnurl-4ec55a964d25b5bcba73949ed62b7a481996e3dd.zip
fixed the proper path to the tftpd server
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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);