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

@@ -2,7 +2,7 @@
#
# Dejagnu tests for vmstat - part of procps
set vmstat "${topdir}vmstat"
set vmstat "${topdir}src/vmstat"
# Tests that need to see /proc/vmstat
if { [ file readable "/proc/vmstat" ] == 0 } {