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 w - part of procps
#
# FIXME - the user lines only go to idle
set w "${topdir}w"
set w "${topdir}src/w"
set w_uptime "\\s+\\d{2}:\\d{2}:\\d{2} up (\\d+ days?,)?\\s*\\d+( min|:\\d+), +\\d+ users?, +load average: \[0-9.\]+, \[0-9.\]+, \[0-9.\]+\\s+"
set w_std_header "${w_uptime}USER\\s+TTY\\s+LOGIN@\\s+IDLE\\s+JCPU\\s+PCPU\\s+WHAT\\s+"