From 557ca620e4f3a981043a8bbde3846e0dc9bb9388 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20B=C3=BChler?= <buehler@teamviewer.com>
Date: Thu, 27 Nov 2014 14:08:31 +0100
Subject: fix gdb libtool invocation path

---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
     }
 }
 
-- 
cgit v1.2.3