X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest_bin_info_complete.in;h=0069dd7e1263704ad2da696b3a44d34ace416713;hb=30aa7991311e22f3d836f127db622c215ed53d6b;hp=3ca7ca23e77017e680119e47e5d55e73d4b85ce9;hpb=149bc52e92f860f992d02ca19371ca8d8321f3df;p=babeltrace.git diff --git a/tests/plugins/test_bin_info_complete.in b/tests/plugins/test_bin_info_complete.in old mode 100755 new mode 100644 index 3ca7ca23..0069dd7e --- a/tests/plugins/test_bin_info_complete.in +++ b/tests/plugins/test_bin_info_complete.in @@ -17,6 +17,11 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -DEBUG_INFO_DATA="@abs_top_srcdir@/tests/debug-info-data" +NO_SH_TAP=1 +. "@abs_top_builddir@/tests/utils/common.sh" -"@abs_top_builddir@/tests/lib/test_bin_info" "$DEBUG_INFO_DATA" +curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)" + +debug_info_data="${BT_SRC_PATH}/tests/debug-info-data" + +"${curdir}/test_bin_info" "$debug_info_data"