Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Fix remaining pkill tests. | Elliott Hughes | |
I don't know that anyone cares, but these failures made me think I'd broken something while testing the -SIGNAL patch. The -s parsing wasn't taking into account that -s 0 is a special case, and the -o test was assuming that pkill can tell the difference between two processes started at roughly the same time. Hopefully there's higher-resolution data available that can avoid the need for yet another sleep in the tests. | |||
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2016-03-02 | split pgrep/pkill tests. | Rob Landley | |