Test: rework shell test scripts
[babeltrace.git] / tests / plugins / test_bin_info_complete.in
old mode 100755 (executable)
new mode 100644 (file)
index 3ca7ca2..09ab708
 # 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"
+script="$(readlink -f "$0")"
+curdir="$(dirname "$script")"
+
+debug_info_data="${BT_SRC_PATH}/tests/debug-info-data"
+
+"${curdir}/test_bin_info" "$debug_info_data"
This page took 0.024653 seconds and 4 git commands to generate.