Test: rework shell test scripts
[babeltrace.git] / tests / lib / test_ctf_writer_complete.in
old mode 100755 (executable)
new mode 100644 (file)
index 0911e09..4502d44
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
-BTBIN="@abs_top_builddir@/cli/babeltrace"
+NO_SH_TAP=1
+. "@abs_top_builddir@/tests/utils/common.sh"
 
-"@abs_top_builddir@/tests/lib/test_ctf_writer" "$BTBIN"
+script="$(readlink -f "$0")"
+curdir="$(dirname "$script")"
+
+"${curdir}/test_ctf_writer" "$BT_BIN"
This page took 0.025862 seconds and 4 git commands to generate.