diff options
Diffstat (limited to 'tests/run-addr2line-alt-debugpath.sh')
| -rwxr-xr-x | tests/run-addr2line-alt-debugpath.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-addr2line-alt-debugpath.sh b/tests/run-addr2line-alt-debugpath.sh index b508700c..ac45bfbe 100755 --- a/tests/run-addr2line-alt-debugpath.sh +++ b/tests/run-addr2line-alt-debugpath.sh @@ -23,8 +23,8 @@ testfiles testfile-inlines # Split off the debuginfo and put it under a separate subdir from the # original binary. Use --debuginfo-path to connect the dots again. # Note that we use separate subdirs/roots for the binaries and debug files. -abs_test_bindir=$(pwd)/bindir -abs_test_debugdir=$(pwd)/debugdir +abs_test_bindir=$work_dir/bindir +abs_test_debugdir=$work_dir/debugdir mkdir ${abs_test_bindir} mkdir ${abs_test_bindir}/bin |
