diff options
author | Serhei Makarov <[email protected]> | 2025-05-09 09:37:55 -0400 |
---|---|---|
committer | Serhei Makarov <[email protected]> | 2025-05-09 09:37:55 -0400 |
commit | a96554cd3498657ab959aa7f15c4dd76428b5ff0 (patch) | |
tree | 40ed4a74b84561cbc5d42c89ac060ea02c6bd273 | |
parent | 3610412ecf2badc2dd68388d794eb4ed93f8954b (diff) |
tests/run-stack-live-test.sh: misc fixes
* tests/Makefile.am (EXTRA_DIST): Add run-stack-live-test.sh for
distcheck.
* tests/run-stack-live-test.sh: Fix whitespace.
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rwxr-xr-x | tests/run-stack-live-test.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ecd514c7..65630b4a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -548,6 +548,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile-backtrace-demangle.core.bz2 \ run-stack-d-test.sh run-stack-i-test.sh \ run-stack-demangled-test.sh \ + run-stack-live-test.sh \ testfiledwarfinlines.bz2 testfiledwarfinlines.core.bz2 \ run-readelf-zdebug.sh testfile-debug.bz2 testfile-zdebug.bz2 \ run-readelf-zdebug-rel.sh testfile-debug-rel.o.bz2 \ diff --git a/tests/run-stack-live-test.sh b/tests/run-stack-live-test.sh index 808421bb..449069d9 100755 --- a/tests/run-stack-live-test.sh +++ b/tests/run-stack-live-test.sh @@ -21,7 +21,7 @@ # the actual binary name under test might be different. It is used in # the error message, which we also try to match. if test "$elfutils_testrun" = "installed"; then -STACKCMD=${bindir}/`program_transform stack` +STACKCMD=${bindir}/`program_transform stack` else STACKCMD=${abs_top_builddir}/src/stack fi |