X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_ctf_writer_complete.in;h=abb057586e5e80cfaec261b519042a9cbd69fc76;hb=de8e2f5ad0a9beb36985d8b141325b0333fceeb9;hp=219a2f9f138a862c227d7d75938b38ef0ec093c7;hpb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;p=babeltrace.git 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 219a2f9f..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@/converter/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"