diff options
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"; } } |