selftest: Cope with no binary argument being supplied to gdb_backtrace
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 03:17:19 +0000 (13:17 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 24 Jun 2011 03:17:19 +0000 (13:17 +1000)
commit0ddafeba6968759d290ee0489c5b2bf4108c8aef
treeaa767a0090af85300ebfcf28b796afb14a138246
parentabb72170e4c8b7a31d8466ac0959f8953267612a
selftest: Cope with no binary argument being supplied to gdb_backtrace

Modern versions of gdb are better than us at working out what binary
is running, and so it is more reliable to omit the binary argument.

This change is required because samba4 no longer supplies this
argument.

Andrew Bartlett
selftest/gdb_backtrace