summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
commitbe868a0f4564dfac7342210b9194c34082c15e17 (patch)
tree636c7ecd783cb96b8a67f834c218c92fe9916269 /tests/runtests.pl
parent34636fa47e494735a5ec8b5ec7181ce6688f6f12 (diff)
downloadgnurl-be868a0f4564dfac7342210b9194c34082c15e17.tar.gz
gnurl-be868a0f4564dfac7342210b9194c34082c15e17.tar.bz2
gnurl-be868a0f4564dfac7342210b9194c34082c15e17.zip
patches to rename libcurl to libgnurl (updated for latest curl)gnurl-7_40_0-toognurl-7_40_0
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 846687cb3..f1c611c8b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -144,7 +144,7 @@ my $HTTPPIPEPORT; # HTTP pipelining port
my $HTTPUNIXPATH; # HTTP server Unix domain socket path
my $srcdir = $ENV{'srcdir'} || '.';
-my $CURL="../src/curl".exe_ext(); # what curl executable to run on the tests
+my $CURL="../src/gnurl".exe_ext(); # what curl executable to run on the tests
my $VCURL=$CURL; # what curl binary to use to verify the servers with
# VCURL is handy to set to the system one when the one you
# just built hangs or crashes and thus prevent verification
@@ -160,7 +160,7 @@ my $PROXYIN="$LOGDIR/proxy.input"; # what curl sent the proxy
my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here
my $SERVERLOGS_LOCK="$LOGDIR/serverlogs.lock"; # server logs advisor read lock
-my $CURLCONFIG="../curl-config"; # curl-config from current build
+my $CURLCONFIG="../gnurl-config"; # curl-config from current build
# Normally, all test cases should be run, but at times it is handy to
# simply run a particular one: