build-sys: Update tests to new binary locations

This commit is contained in:
Craig Small
2022-08-29 19:13:10 +10:00
parent 3d0871728b
commit 56db0bd32c
17 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ proc kill_process pid {
proc procps_v_version { tool } {
global topdir
set toolpath ${topdir}${tool}
set toolpath ${topdir}src/${tool}
set tmp [ exec $toolpath -V ]
regexp "from procps-ng (\[0-9.\]*)" $tmp tmp version
clone_output "$toolpath version $version\n"