From: Serhei Makarov Date: Fri, 9 May 2025 13:37:55 +0000 (-0400) Subject: tests/run-stack-live-test.sh: misc fixes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a96554cd3498657ab959aa7f15c4dd76428b5ff0;p=thirdparty%2Felfutils.git 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. --- 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