more free tests and pgrep tests
Almost fully testing all features of pgrep now. free had additional tests added to it
This commit is contained in:
@@ -37,3 +37,11 @@ proc expect_pass { testname reg } {
|
||||
timeout { fail "$testname" }
|
||||
}
|
||||
}
|
||||
|
||||
proc expect_blank { testname } {
|
||||
expect {
|
||||
-re "\\w" { fail "$testname" }
|
||||
eof { pass "$testname" }
|
||||
timeout { pass "$testname" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user