diff options
author | Stefan Bühler <buehler@teamviewer.com> | 2014-11-27 14:08:31 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-04 14:38:15 -0800 |
commit | 557ca620e4f3a981043a8bbde3846e0dc9bb9388 (patch) | |
tree | a8147ff44e2fe65b60b16a59de353288ed3572bc /tests | |
parent | 0b311834eb691aa06eabf82151f699846beefd45 (diff) |
fix gdb libtool invocation path
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
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"; } } |