summaryrefslogtreecommitdiffstats
path: root/tests/run-disasm-x86-64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-disasm-x86-64.sh')
-rwxr-xr-xtests/run-disasm-x86-64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
index 96e14d91..a6be62bb 100755
--- a/tests/run-disasm-x86-64.sh
+++ b/tests/run-disasm-x86-64.sh
@@ -23,6 +23,6 @@ case "`uname -m`" in
tempfiles testfile45.o
testfiles testfile45.S testfile45.expect
gcc -m64 -c -o testfile45.o testfile45.S
- testrun_compare ../src/objdump -d testfile45.o < testfile45.expect
+ testrun_compare ${abs_top_builddir}/src/objdump -d testfile45.o < testfile45.expect
;;
esac