summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerJeff Burdges <burdges@gnunet.org>2015-10-18 16:38:59 +0200
commit2814b6332c06ff601641d96431e4e03dd2812397 (patch)
treefc79fb5634f2dc4a0ffa9b079f57586305b64b8d /tests/runtests.pl
parent2c000d91f3c423cee0af44e8afc79b9d25a9e714 (diff)
downloadgnurl-2814b6332c06ff601641d96431e4e03dd2812397.tar.gz
gnurl-2814b6332c06ff601641d96431e4e03dd2812397.tar.bz2
gnurl-2814b6332c06ff601641d96431e4e03dd2812397.zip
Patches to rename libcurl to libgnurl by Christiangnurl-7_45_0
Updated for latest curl using git cherry-pick by Jeff Conflicts: Makefile.am configure.ac docs/gnurl.1 src/Makefile.am tests/libtest/Makefile.am Conflicts: docs/gnurl.1
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 77ec672d9..dfc0e94b4 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: