aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorStefan Bühler <buehler@teamviewer.com>2014-11-27 14:08:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-12-04 14:38:15 -0800
commit557ca620e4f3a981043a8bbde3846e0dc9bb9388 (patch)
treea8147ff44e2fe65b60b16a59de353288ed3572bc /tests/runtests.pl
parent0b311834eb691aa06eabf82151f699846beefd45 (diff)
downloadgnurl-557ca620e4f3a981043a8bbde3846e0dc9bb9388.tar.gz
gnurl-557ca620e4f3a981043a8bbde3846e0dc9bb9388.tar.bz2
gnurl-557ca620e4f3a981043a8bbde3846e0dc9bb9388.zip
fix gdb libtool invocation path
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index b1bb558fc..8b2ec5a2b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4933,7 +4933,7 @@ if ($gdbthis) {
if($c eq "#! /") {
# A shell script. This is typically when built with libtool,
$libtool = 1;
- $gdb = "libtool --mode=execute gdb";
+ $gdb = "../libtool --mode=execute gdb";
}
}