diff --git a/tests/runtests.pl b/tests/runtests.pl index b1bb558fc4..8b2ec5a2bd 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"; } }