procps/testsuite/config/unix.exp
2011-11-23 21:44:51 +11:00

9 lines
200 B
Plaintext

proc pwdx_load { arg } { }
proc pwdx_exit {} {}
proc pwdx_version {} {
set tmp [ exec pwdx -V ]
regexp "procps-ng version (\[0-9.\]*)" $tmp tmp version
clone_output "pwdx version $version\n"
}