X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2Ftest_ctf_writer_complete.in;h=abb057586e5e80cfaec261b519042a9cbd69fc76;hp=0911e09b1e1d38c5092f70da4ace9bafe934e65a;hb=550b7a4e67a46d1de6b3e83b010b6d38b1c5e7d4;hpb=8d77550c9ec0f0bdb483a672a676e842510bb384 diff --git a/tests/lib/test_ctf_writer_complete.in b/tests/lib/test_ctf_writer_complete.in old mode 100755 new mode 100644 index 0911e09b..abb05758 --- a/tests/lib/test_ctf_writer_complete.in +++ b/tests/lib/test_ctf_writer_complete.in @@ -17,6 +17,9 @@ # 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" +curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)" + +"${curdir}/test_ctf_writer" "$BT_BIN"