diff options
Diffstat (limited to 'tests/run-dwfl-addr-sect.sh')
| -rwxr-xr-x | tests/run-dwfl-addr-sect.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-dwfl-addr-sect.sh b/tests/run-dwfl-addr-sect.sh index 85424fde..80da0081 100755 --- a/tests/run-dwfl-addr-sect.sh +++ b/tests/run-dwfl-addr-sect.sh @@ -19,13 +19,13 @@ testfiles testfile43 testfile50 -testrun_compare ./dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF +testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF address 0x64 => module "" section 4 + 0 address 0x8 => module "" section 1 + 0x8 address 0x98 => module "" section 7 + 0 EOF -testrun_compare ./dwfl-addr-sect -e testfile50 0x1 <<\EOF +testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile50 0x1 <<\EOF address 0x1 => module "" section 1 + 0x1 EOF |
