* tests/Makefile.am (EXTRA_DIST): Add run-stack-live-test.sh for
distcheck.
* tests/run-stack-live-test.sh: Fix whitespace.
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 \
# 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