testsuite fixes

This commit is contained in:
Craig Small
2011-11-23 21:44:51 +11:00
parent 618c52167b
commit 451f6e6111
6 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
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"
}