Fix: make check in OOT build with absolute path
[lttng-ust.git] / tests / ust-elf / test_ust_elf.in
index 5cfbff695ca2fc5c4aa8662201cc426771238efa..03a995fc0f05eda12aa1363c4b7a467f4b9b0654 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 TEST_DIR=$(dirname $0)
-./${TEST_DIR}/prog $TEST_DIR/@TOPSRCDIR@/tests/ust-elf
+./${TEST_DIR}/prog @ABSTOPSRCDIR@/tests/ust-elf
This page took 0.022719 seconds and 5 git commands to generate.