summaryrefslogtreecommitdiffstats
diff options
-rw-r--r--tests/find-debuginfo.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/find-debuginfo.at b/tests/find-debuginfo.at
index 5552ce1..dd59374 100644
--- a/tests/find-debuginfo.at
+++ b/tests/find-debuginfo.at
@@ -67,7 +67,7 @@ AT_CHECK([$READELF --debug-dump=line subdir_build/dupes.a | grep `pwd`], [0], [s
67 67
68# run conversion, under bash -x tracing for fuller testing log 68# run conversion, under bash -x tracing for fuller testing log
69AT_CHECK([[env RPM_BUILD_DIR=${PWD} RPM_BUILD_ROOT=${PWD} RPM_PACKAGE_NAME=pkg RPM_PACKAGE_VERSION=ver RPM_PACKAGE_RELEASE=rel RPM_ARCH=arch \ 69AT_CHECK([[env RPM_BUILD_DIR=${PWD} RPM_BUILD_ROOT=${PWD} RPM_PACKAGE_NAME=pkg RPM_PACKAGE_VERSION=ver RPM_PACKAGE_RELEASE=rel RPM_ARCH=arch \
70 bash -x `type -p find-debuginfo` -S sourcefiles.list -v ${PWD}/subdir_build]], [0], [stdout], [ignore]) 70 bash -x `command -v find-debuginfo` -S sourcefiles.list -v ${PWD}/subdir_build]], [0], [stdout], [ignore])
71 71
72# list new .a contents; ar tPv contains timestamps / subdirs, so not a good fit for AT_DATA() here 72# list new .a contents; ar tPv contains timestamps / subdirs, so not a good fit for AT_DATA() here
73AT_CHECK([$AR tPv subdir_build/dupes.a],[0],[stdout],[ignore]) 73AT_CHECK([$AR tPv subdir_build/dupes.a],[0],[stdout],[ignore])