]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests/run-stack-live-test.sh: misc fixes
authorSerhei Makarov <serhei@serhei.io>
Fri, 9 May 2025 13:37:55 +0000 (09:37 -0400)
committerSerhei Makarov <serhei@serhei.io>
Fri, 9 May 2025 13:37:55 +0000 (09:37 -0400)
* tests/Makefile.am (EXTRA_DIST): Add run-stack-live-test.sh for
  distcheck.
* tests/run-stack-live-test.sh: Fix whitespace.

tests/Makefile.am
tests/run-stack-live-test.sh

index ecd514c7b080a5f84247b488e25c101ec6a1de1a..65630b4ac019f407134fc33e6acc9894f3a7130f 100644 (file)
@@ -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 \
index 808421bbb1b67dd77171ff06fb2459f2496124e8..449069d963e6450d0c173eeb17cfe536c8460ac3 100755 (executable)
@@ -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