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