aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index fbe33017e..f2ed1650d 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -86,11 +86,11 @@ my $SSHPORT; # SCP/SFTP
my $SOCKSPORT; # SOCKS4/5 port
my $srcdir = $ENV{'srcdir'} || '.';
-my $CURL="$srcdir/../src/curl"; # what curl executable to run on the tests
-my $DBGCURL=$CURL; #"$srcdir/../src/.libs/curl"; # alternative for debugging
+my $CURL="../src/curl"; # what curl executable to run on the tests
+my $DBGCURL=$CURL; #"../src/.libs/curl"; # alternative for debugging
my $LOGDIR="log";
my $TESTDIR="$srcdir/data";
-my $LIBDIR="$srcdir/libtest";
+my $LIBDIR="./libtest";
my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
my $SERVER2IN="$LOGDIR/server2.input"; # what curl sent the second server
my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
@@ -1000,7 +1000,7 @@ sub runtftpserver {
if($ipv6) {
$flag .="--ipv6 ";
}
- $cmd="$srcdir/server/tftpd --pidfile $pidfile $flag $port";
+ $cmd="./server/tftpd --pidfile $pidfile $flag $port";
unlink($pidfile);