diff options
Diffstat (limited to 'tests/scanelf/dotest')
-rwxr-xr-x | tests/scanelf/dotest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scanelf/dotest b/tests/scanelf/dotest index d06f086..fdfd2a2 100755 --- a/tests/scanelf/dotest +++ b/tests/scanelf/dotest @@ -5,9 +5,9 @@ # # simple scanelf symbol checks # -scanelf -qsmain -F'%s %f' "${top_builddir}"/scanelf \ - > "${builddir}"/scanelf.simple -testit scanelf.simple{,.good} +${MESON_EXE_WRAPPER} "${builddir}/scanelf" -qsmain -F'%s %f' \ + "${builddir}"/scanelf > "${builddir}"/scanelf.simple +testit scanelf.simple tests/scanelf/scanelf.simple.good |